hosts: Remove hard-coded IP addresses
Now that DNS is up and running on the blue network, these hosts no longer need their IP addresses in the inventory. These were wrong, anyway.jenkins-master
parent
2272a9fedc
commit
6bc55cfb45
6
hosts
6
hosts
|
@ -2,8 +2,8 @@
|
||||||
ansible_python_interpreter=/usr/bin/python3
|
ansible_python_interpreter=/usr/bin/python3
|
||||||
|
|
||||||
[pyrocufflink]
|
[pyrocufflink]
|
||||||
dc0.pyrocufflink.blue ansible_host=2605:6000:3ccc:fb00::10:1
|
dc0.pyrocufflink.blue
|
||||||
dc1.pyrocufflink.blue ansible_host=2605:6000:3ccc:fb00::9:1
|
dc1.pyrocufflink.blue
|
||||||
dns0.pyrocufflink.blue
|
dns0.pyrocufflink.blue
|
||||||
|
|
||||||
[samba-dc]
|
[samba-dc]
|
||||||
|
@ -11,7 +11,7 @@ dc0.pyrocufflink.blue
|
||||||
dc1.pyrocufflink.blue
|
dc1.pyrocufflink.blue
|
||||||
|
|
||||||
[pyrocufflink-dns]
|
[pyrocufflink-dns]
|
||||||
dns0.pyrocufflink.blue ansible_host=2605:6000:3ccc:fb00::4:1
|
dns0.pyrocufflink.blue
|
||||||
|
|
||||||
[named-server:children]
|
[named-server:children]
|
||||||
pyrocufflink-dns
|
pyrocufflink-dns
|
||||||
|
|
Loading…
Reference in New Issue