mono-infrastructure/ansible/roles/requirements.yml
Pascal Watteel ec056805ff changed the structure to reflect more modern ansible best practices
moved inv vars to group vars
moved roles to collections and fixed playbooks
added a prepare ansible host playbook to download needed roles and playbooks
modified public roles and collection paths to install inside our dir structure to keep them from global installation
2020-12-12 18:13:38 +04:00

11 lines
147 B
YAML

---
roles:
- name: geerlingguy.mysql
collections:
# freeipa
- name: freeipa.ansible_freeipa
version: 0.3.1
- name: community.general