2020-12-12 14:13:38 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# Playbook and role specific inventory hosts and groups
|
2020-12-16 07:09:58 +00:00
|
|
|
# Note, for IPA collection to function, these must be fqdn
|
2020-12-12 14:13:38 +00:00
|
|
|
[ipaserver]
|
2020-12-16 07:09:58 +00:00
|
|
|
ipa001.rockylinux.org ansible_host=10.100.1.110
|
2020-12-12 14:13:38 +00:00
|
|
|
|
|
|
|
[ipareplicas]
|
2020-12-16 07:09:58 +00:00
|
|
|
ipa002.rockylinux.org ansible_host=10.100.1.111
|
2020-12-12 14:13:38 +00:00
|
|
|
|
|
|
|
[ipaclients]
|
2020-12-16 07:09:58 +00:00
|
|
|
build-a-box.rockylinux.org ansible_host=10.100.1.112
|
|
|
|
idp001.rockylinux.org ansible_host=10.100.x.x
|
|
|
|
chrony001.rockylinux.org ansiblehost=10.100.3.110
|
|
|
|
chrony002.rockylinux.org ansiblehost=10.200.3.111
|
2020-12-17 02:34:13 +00:00
|
|
|
git.rockylinux.org ansible_host=10.100.1.113
|
2020-12-12 14:13:38 +00:00
|
|
|
|
2020-12-13 10:00:33 +00:00
|
|
|
[ipsilon]
|
2020-12-16 07:09:58 +00:00
|
|
|
idp001.rockylinux.org ansible_host=10.100.x.x
|
2020-12-13 10:00:33 +00:00
|
|
|
|
2020-12-14 03:49:57 +00:00
|
|
|
[chronyservers]
|
2020-12-16 07:09:58 +00:00
|
|
|
chrony001.rockylinux.org ansiblehost=10.100.3.110
|
|
|
|
chrony002.rockylinux.org ansiblehost=10.200.3.111
|
2020-12-17 02:34:13 +00:00
|
|
|
|
|
|
|
[gitlabservers]
|
|
|
|
git.rockylinux.org ansible_host=10.100.1.113
|