mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-11 00:11:25 +00:00
ec056805ff
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
11 lines
147 B
YAML
11 lines
147 B
YAML
---
|
|
|
|
roles:
|
|
- name: geerlingguy.mysql
|
|
|
|
collections:
|
|
# freeipa
|
|
- name: freeipa.ansible_freeipa
|
|
version: 0.3.1
|
|
- name: community.general
|