Update zabbix-agent/main.yaml
This commit is contained in:
parent
7afec6577e
commit
feec353f76
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: "{{ hosts_servers }}"
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: gather os specific variables
|
- name: gather os specific variables
|
||||||
include_vars: "{{ item }}"
|
include_vars: "{{ item }}"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "vars/{{ ansible_distribution }}.yaml"
|
- "debian.yaml"
|
||||||
|
|
||||||
- name: Download zabbix repo package
|
- name: Download zabbix repo package
|
||||||
get_url:
|
get_url:
|
||||||
|
|
Loading…
Reference in New Issue