14 lines
357 B
YAML
14 lines
357 B
YAML
# SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
---
|
|
- name: Base configuration
|
|
ansible.builtin.import_playbook: base.yml
|
|
|
|
- name: Install redis cache
|
|
hosts: mcaptcha_hosts
|
|
pre_tasks:
|
|
- name: Ensure all VMs are reachable
|
|
ansible.builtin.ping:
|
|
roles:
|
|
- cache
|