Actualiser Creation Host Zabbix.yml
This commit is contained in:
parent
44adbdb480
commit
8beb7c1541
|
|
@ -12,7 +12,7 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create Zabbix host
|
- name: Create Zabbix host
|
||||||
community.zabbix.zabbix_host:
|
community.zabbix.zabbix_host:
|
||||||
host_name: "{{ inventory_hostname }}"
|
host_name: "{{ zabbix_host_name }}"
|
||||||
host_groups: "{{ zabbix_agent_groups }}"
|
host_groups: "{{ zabbix_agent_groups }}"
|
||||||
link_templates: "{{ zabbix_agent_link_templates }}"
|
link_templates: "{{ zabbix_agent_link_templates }}"
|
||||||
status: enabled
|
status: enabled
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue