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
25 lines
425 B
INI
25 lines
425 B
INI
# Generic inventory hosts
|
|
[kvm]
|
|
kvm001 ansible_host=10.100.2.110
|
|
kvm002 ansible_host=10.100.2.111
|
|
kvm003 ansible_host=10.100.2.112
|
|
|
|
[ipa:children]
|
|
ipaserver
|
|
ipareplicas
|
|
ipaclients
|
|
|
|
[ipsilon]
|
|
idp001 ansible_host=10.100.x.x
|
|
|
|
# Playbook and role specific inventory hosts and groups
|
|
[ipaserver]
|
|
ipa001 ansible_host=10.100.1.110
|
|
|
|
[ipareplicas]
|
|
ipa002 ansible_host=10.100.1.111
|
|
|
|
[ipaclients]
|
|
build-a-box ansible_host=10.100.1.112
|
|
|