Actualizar 'zabbix/agent.yaml'
This commit is contained in:
parent
62e4eb7978
commit
071f0371be
|
@ -1,6 +1,8 @@
|
|||
# ansible-playbook -i inventory agent.yaml -u centos --key-file=node.pem -b
|
||||
---
|
||||
|
||||
#- hosts: {"{ hostvars[hostname].ansible_host }"}
|
||||
|
||||
---
|
||||
- hosts: {{ hostvars['hostname'].ansible_host }}
|
||||
gather_facts: false
|
||||
vars:
|
||||
|
|
Loading…
Reference in New Issue