mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 13:42:47 +01:00
build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user