alt_vkr/ansible/hosts.ini

24 lines
450 B
INI

[proxmox]
pve ansible_host=10.1.1.10
[dc]
dc1 ansible_host=10.1.1.11
dc2 ansible_host=10.1.1.12
[nas]
"{{ hostnames.nas_host }}" ansible_host=10.1.1.13
[test]
dctest1 ansible_host=192.168.13.139
dctest2 ansible_host=192.168.13.155
[nastest]
"{{ hostnames.nas_host }}" ansible_host=192.168.13.166
[testws]
"{{ hostnames.cl1_host }}" ansible_host=192.168.13.152
"{{ hostnames.cl2_host }}" ansible_host=192.168.13.153
[all:vars]
ansible_user=root