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
|
2021-01-10 10:22:41 +00:00
|
|
|
ipa003.rockylinux.org ansible_host=10.100.1.112
|
2020-12-12 14:13:38 +00:00
|
|
|
|
|
|
|
[ipaclients]
|
2021-01-28 19:43:37 +00:00
|
|
|
#chrony001.rockylinux.org ansiblehost=10.100.3.110
|
|
|
|
#chrony002.rockylinux.org ansiblehost=10.200.3.111
|
|
|
|
#git.rockylinux.org ansible_host=10.100.1.113
|
|
|
|
|
|
|
|
[ipaclients:children]
|
|
|
|
idp
|
|
|
|
sigul
|
|
|
|
mbs
|
|
|
|
koji
|
|
|
|
rabbitmq
|
|
|
|
bugtracker
|
|
|
|
monitoringservers
|
|
|
|
gitlabservers
|
|
|
|
matomo
|
2020-12-12 14:13:38 +00:00
|
|
|
|
2021-01-18 03:46:06 +00:00
|
|
|
[idp]
|
2020-12-16 07:09:58 +00:00
|
|
|
idp001.rockylinux.org ansible_host=10.100.x.x
|
2021-01-18 03:46:06 +00:00
|
|
|
idp002.rockylinux.org ansible_host=10.100.x.x
|
2020-12-13 10:00:33 +00:00
|
|
|
|
2021-01-28 19:43:37 +00:00
|
|
|
[grafana]
|
|
|
|
grafana.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
|
|
|
|
[graylogservers]
|
|
|
|
graylog001.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
|
|
|
|
[monitoringservers:children]
|
|
|
|
grafana
|
|
|
|
|
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]
|
2021-01-28 19:43:37 +00:00
|
|
|
git.rockylinux.org ansible_host=10.xx.xx.xx
|
2020-12-18 22:52:05 +00:00
|
|
|
|
|
|
|
# Koji System - These names and IP's are not permanent as some machines can be
|
|
|
|
# in a different location. This is the case with ppc64le
|
2021-01-28 19:43:37 +00:00
|
|
|
[buildsys:children]
|
|
|
|
koji
|
|
|
|
gitlabservers
|
|
|
|
bugtracker
|
|
|
|
|
2020-12-18 22:52:05 +00:00
|
|
|
[koji:children]
|
|
|
|
kojihub
|
|
|
|
kojid
|
2021-01-28 19:43:37 +00:00
|
|
|
rabbitmq
|
2020-12-18 22:52:05 +00:00
|
|
|
|
|
|
|
[kojihub]
|
2021-01-28 19:43:37 +00:00
|
|
|
koji.rockylinux.org ansible_host=10.xx.xx.xx
|
2020-12-18 22:52:05 +00:00
|
|
|
|
|
|
|
[kojid]
|
2021-01-28 19:43:37 +00:00
|
|
|
x86build001.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
x86build002.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
x86build003.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
aarch64build001.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
aarch64build002.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
aarch64build003.rockylinux.org ansible_host=10.100.xx.xx
|
2021-01-10 10:22:41 +00:00
|
|
|
|
|
|
|
[rabbitmq]
|
2021-01-28 19:43:37 +00:00
|
|
|
rabbitmq001.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
rabbitmq002.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
rabbitmq003.rockylinux.org ansible_host=10.100.xx.xx
|
2021-01-20 05:05:28 +00:00
|
|
|
|
|
|
|
[sigul:children]
|
|
|
|
sigulbridge
|
|
|
|
sigulserver
|
|
|
|
|
|
|
|
[sigulbridge]
|
2021-01-28 19:43:37 +00:00
|
|
|
sigul001.rockylinux.org ansible_host=10.100.xx.xx
|
2021-01-20 05:05:28 +00:00
|
|
|
|
|
|
|
[sigulserver]
|
2021-01-28 19:43:37 +00:00
|
|
|
sigul002.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
|
|
|
|
[mbs]
|
|
|
|
mbs001.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
mbs002.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
|
|
|
|
[bugtracker]
|
|
|
|
bugs.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
|
|
|
|
[matterbridge]
|
|
|
|
matterbridge.rockylinux.org ansible_host=10.100.xx.xx
|
|
|
|
|
|
|
|
[matomo]
|
|
|
|
matomo.rockylinux.org ansible_host=10.100.xx.xx
|
2021-04-02 02:49:59 +00:00
|
|
|
|
|
|
|
[bugtracker]
|
|
|
|
bugs.rockylinux.org ansible_host=10.100.xx.xx
|