This commit is contained in:
2026-02-16 11:42:12 +01:00
parent b6ab200bdc
commit 2f95d8d2a7
2 changed files with 13 additions and 100 deletions

View File

@@ -18,6 +18,10 @@
- name: Gather facts
ansible.builtin.setup:
- name: Set proxy name
set_fact:
clustename: "rocky"
- name: Show default IP
ansible.builtin.debug:
msg: "{{ ansible_default_ipv4.address }}"
@@ -319,4 +323,7 @@
- name: Print proxy_check
debug:
msg: "{{ proxy_check2 }}"
msg: "{{ proxy_check2 }}"
- name: Create hosts / proxies in zabbix
ansible.builtin.include_tasks: "configure.yml"