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
|
||||
tasks:
|
||||
- name: gather os specific variables
|
||||
include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- "vars/{{ ansible_distribution }}.yaml"
|
||||
- "debian.yaml"
|
||||
|
||||
- name: Download zabbix repo package
|
||||
get_url:
|
||||
|
|
Loading…
Reference in New Issue