2023-06-28 17:06:08 +02:00
|
|
|
---
|
|
|
|
all:
|
|
|
|
hosts:
|
|
|
|
localhost:
|
|
|
|
children:
|
|
|
|
servers:
|
|
|
|
vars:
|
|
|
|
ansible_ssh_user: vagrant
|
|
|
|
hosts:
|
|
|
|
vm1:
|
|
|
|
ansible_host: 192.168.56.2
|
|
|
|
ansible_ssh_private_key_file: .vagrant/machines/vm1/virtualbox/private_key
|
2023-07-29 13:51:00 +02:00
|
|
|
psk_key: 00fcb3f04e646dd9186717bb43f96aa829d01d497ea31254ca72a1ebe568aa96
|
2023-06-28 17:06:08 +02:00
|
|
|
vm2:
|
|
|
|
ansible_host: 192.168.56.3
|
|
|
|
ansible_ssh_private_key_file: .vagrant/machines/vm2/virtualbox/private_key
|
2023-07-29 13:51:00 +02:00
|
|
|
psk_key: 2009df4793fbd2f4afd351b825e43e4a2463524fd64fd08c27c9e353f085c94f
|
2023-06-28 17:06:08 +02:00
|
|
|
vm3:
|
|
|
|
ansible_host: 192.168.56.4
|
|
|
|
ansible_ssh_private_key_file: .vagrant/machines/vm3/virtualbox/private_key
|
2023-07-29 13:51:00 +02:00
|
|
|
psk_key: 182e39bb63953f682347f717359a24621556d83516c54fff00e86dd8e9d89b45
|
2023-06-28 17:06:08 +02:00
|
|
|
vm4:
|
|
|
|
ansible_host: 192.168.56.5
|
|
|
|
ansible_ssh_private_key_file: .vagrant/machines/vm4/virtualbox/private_key
|
2023-07-29 13:51:00 +02:00
|
|
|
psk_key: d8f5c88673de18afdde646ed3590fbe36d2951b9cfe8fac56e8b722115e791ee
|
2023-07-01 12:49:46 +02:00
|
|
|
redhat:
|
|
|
|
vars:
|
|
|
|
ZBXDIR: '/etc'
|
|
|
|
ZBXLOGDIR: 'zabbix'
|
|
|
|
hosts:
|
|
|
|
vm1:
|
|
|
|
vm2:
|
|
|
|
debian:
|
|
|
|
vars:
|
|
|
|
ZBXDIR: '/etc/zabbix'
|
|
|
|
ZBXLOGDIR: 'zabbix-agent'
|
|
|
|
hosts:
|
|
|
|
vm3:
|
|
|
|
vm4:
|