From 64872780a5da70ec2958721b28700061b82a458c Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 17 Feb 2026 09:53:48 +0100 Subject: [PATCH] build --- hosts_init.yml | 12 ++++++++++++ hosts_roles.yml | 9 ++++++++- roles/zabbix_proxy/tasks/configure.yml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/hosts_init.yml b/hosts_init.yml index eaf9ab5..d703554 100755 --- a/hosts_init.yml +++ b/hosts_init.yml @@ -46,6 +46,18 @@ datacenter: ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3 vms: children: + alma10: + hosts: + alma10-vm0[1:9].home.lan: + # debian13-vm[10:27].home.lan: + vars: + ansible_python_interpreter: /usr/bin/python3 + ansible_ssh_user: jd + ansible_ssh_password: q + # ansible_become_method: su + ansible_become_password: q + ansible_ssh_pass: q + ansible_become_user: root debian13: hosts: debian13-vm0[1:9].home.lan: diff --git a/hosts_roles.yml b/hosts_roles.yml index a49a8b4..0579131 100755 --- a/hosts_roles.yml +++ b/hosts_roles.yml @@ -198,4 +198,11 @@ datacenter: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd ansible_ssh_private_key_file: ssh_key.pem - \ No newline at end of file + alma10: + hosts: + alma10-vm0[1:9].home.lan: + # debian13-vm[10:27].home.lan: + vars: + ansible_python_interpreter: /usr/bin/python3 + ansible_ssh_user: jd + ansible_ssh_private_key_file: ssh_key.pem \ No newline at end of file diff --git a/roles/zabbix_proxy/tasks/configure.yml b/roles/zabbix_proxy/tasks/configure.yml index 10d5fb2..f1af7ca 100644 --- a/roles/zabbix_proxy/tasks/configure.yml +++ b/roles/zabbix_proxy/tasks/configure.yml @@ -27,7 +27,7 @@ method: "proxygroup.create" params: name: "{{ clustename }}" - failover_delay: "5m" + failover_delay: "1m" min_online: 1 id: 1 headers: