iac/ansible/cache.yml

15 lines
346 B
YAML
Raw Normal View History

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
hosts: all
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