2023-10-13 19:19:46 +05:30
|
|
|
# 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
|
2023-11-19 00:36:00 +05:30
|
|
|
hosts: mcaptcha_hosts
|
2023-10-13 19:19:46 +05:30
|
|
|
pre_tasks:
|
|
|
|
- name: Ensure all VMs are reachable
|
|
|
|
ansible.builtin.ping:
|
2023-11-13 21:32:40 +05:30
|
|
|
roles:
|
|
|
|
- cache
|