alt_vkr/ansible/hosts.ini

21 lines
384 B
INI
Raw Normal View History

2023-08-09 11:51:39 +03:00
[proxmox]
2023-09-05 16:04:31 +03:00
pve ansible_host=10.1.1.10
2023-09-05 10:53:16 +03:00
[dc]
2023-09-05 16:04:31 +03:00
dc1 ansible_host=10.1.1.11
dc2 ansible_host=10.1.1.12
2023-09-05 10:53:16 +03:00
[nas]
2023-09-05 16:04:31 +03:00
"{{ hostnames.nas_host }}" ansible_host=10.1.1.13
2023-09-05 10:53:16 +03:00
[test]
2023-09-05 16:04:31 +03:00
dctest1 ansible_host=192.168.13.139
dctest2 ansible_host=192.168.13.155
2023-09-05 10:53:16 +03:00
[testws]
2023-09-05 16:04:31 +03:00
"{{ hostnames.cl1_host }}" ansible_host=192.168.13.152
"{{ hostnames.cl2_host }}" ansible_host=192.168.13.153
[all:vars]
ansible_user=root