Adding some of my internal hosts to hosts.ini
This commit is contained in:
+14
-6
@@ -1,3 +1,6 @@
|
||||
[backup_servers]
|
||||
backup-v2 ansible_host=backup-v2.int.metaunix.net
|
||||
|
||||
[ci_servers]
|
||||
ci-v2 ansible_host=ci-v2.int.metaunix.net
|
||||
|
||||
@@ -6,14 +9,11 @@ ci-v2-arm1 ansible_host=ci-v2-arm1.int.metaunix.net
|
||||
ci-v2-arm2 ansible_host=ci-v2-arm2.int.metaunix.net
|
||||
ci-v2-arm3 ansible_host=ci-v2-arm3.int.metaunix.net
|
||||
|
||||
[control]
|
||||
mustafar ansible_host=mustafar
|
||||
|
||||
[gitea_servers]
|
||||
mustafar ansible_host=mustafar
|
||||
gitea-v2 ansible_host=gitea-v2.int.metaunix.net
|
||||
|
||||
[gl_servers]
|
||||
mustafar ansible_host=mustafar
|
||||
gl-v1 ansible_host=gl-v1.int.metaunix.net
|
||||
|
||||
[load_balancers]
|
||||
lb-v3 ansible_host=lb-v3.int.metaunix.net
|
||||
@@ -22,7 +22,7 @@ lb-v3 ansible_host=lb-v3.int.metaunix.net
|
||||
ks-v2 ansible_host=ks-v2.int.metaunix.net
|
||||
|
||||
[munin_masters]
|
||||
mustafar ansible_host=mustafar
|
||||
munin-v1 ansible_host=munin-v1.int.metaunix.net
|
||||
|
||||
[nameservers]
|
||||
#ns1 ansible_host=ns1.int.metaunix.net
|
||||
@@ -32,3 +32,11 @@ ns4 ansible_host=ns4.int.metaunix.net
|
||||
|
||||
[serial_ttyd]
|
||||
pitty ansible_host=10.7.10.175
|
||||
|
||||
[smtp_servers]
|
||||
smtp1 ansible_host=smtp1.int.metaunix.net
|
||||
smtp2 ansible_host=smtp2.int.metaunix.net
|
||||
|
||||
[web_servers]
|
||||
www3 ansible_host=www3.int.metaunix.net
|
||||
www4 ansible_host=www4.int.metaunix.net
|
||||
|
||||
Reference in New Issue
Block a user