1
1
This commit is contained in:
2023-07-01 12:49:46 +02:00
parent fd12041df7
commit 9f549c4076
2 changed files with 17 additions and 57 deletions

View File

@ -19,3 +19,17 @@ all:
vm4:
ansible_host: 192.168.56.5
ansible_ssh_private_key_file: .vagrant/machines/vm4/virtualbox/private_key
redhat:
vars:
ZBXDIR: '/etc'
ZBXLOGDIR: 'zabbix'
hosts:
vm1:
vm2:
debian:
vars:
ZBXDIR: '/etc/zabbix'
ZBXLOGDIR: 'zabbix-agent'
hosts:
vm3:
vm4: