From 8391a775355ddde1df7d6977c7a2779cca6fddee Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 19:56:39 +0200 Subject: [PATCH] change: added more secrects (some of which are used in playbooks) to the example file --- Ansible/example_secrets.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Ansible/example_secrets.yml b/Ansible/example_secrets.yml index 6ce5160..2d3be21 100644 --- a/Ansible/example_secrets.yml +++ b/Ansible/example_secrets.yml @@ -1,2 +1,7 @@ # Copy this into secrets.yml and replate with a real values -ansible_password: 'REPLACE_WITH_ROOT_PASSWORD' \ No newline at end of file +ansible_password: 'REPLACE_WITH_ROOT_PASSWORD' +# Zabbix proxy parameters for connecting to Zabbix server +zabbix_server_address: 'x.x.x.x' +zabbix_psk_identity: '' # if needed, in the actual playbook it is set to the hostname of the target +zabbix_proxy_psk: 'REPLACE_WITH_ZABBIX_PSK' \ No newline at end of file