fix hosts
This commit is contained in:
parent
fb53a3430a
commit
412c8ce9c7
3 changed files with 10 additions and 0 deletions
2
inventory/group_vars/os
Normal file
2
inventory/group_vars/os
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
host_group: os
|
|
@ -1342,6 +1342,11 @@ os-master03.stg.phx2.fedoraproject.org
|
|||
os-node01.stg.phx2.fedoraproject.org
|
||||
os-node02.stg.phx2.fedoraproject.org
|
||||
|
||||
[os:children]
|
||||
os-nodes-stg
|
||||
os-masters-stg
|
||||
os-control-stg
|
||||
|
||||
[ci]
|
||||
ci-cc-rdu01.fedoraproject.org
|
||||
|
||||
|
|
3
roles/hosts/files/os-hosts
Normal file
3
roles/hosts/files/os-hosts
Normal file
|
@ -0,0 +1,3 @@
|
|||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
209.132.182.64 registery.access.redhat.com
|
Loading…
Add table
Add a link
Reference in a new issue