alt_vkr/ansible/hosts.ini

17 lines
290 B
INI
Raw Permalink 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
2023-10-09 10:21:07 +03:00
[ws]
"{{ hostnames.cl1_host }}" ansible_host=10.1.1.14
"{{ hostnames.cl2_host }}" ansible_host=10.1.1.15
2023-09-05 16:04:31 +03:00
[all:vars]
ansible_user=root