mirror of
https://github.com/Expand-sys/wazuh-agent
synced 2025-12-15 21:42:22 +11:00
remove vars
This commit is contained in:
parent
22a22d36f0
commit
372eafab80
1 changed files with 0 additions and 5 deletions
|
|
@ -2,11 +2,6 @@
|
||||||
- name: Play that installs and attaches wazuh agents to wazuh manager
|
- name: Play that installs and attaches wazuh agents to wazuh manager
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
pre_tasks:
|
|
||||||
- name: Load variables
|
|
||||||
ansible.builtin.include_vars: '{{ item }}'
|
|
||||||
with_first_found:
|
|
||||||
- "default_vars/default.yaml"
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: add agents
|
- name: add agents
|
||||||
block:
|
block:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue