mirror of
https://github.com/Expand-sys/wazuh-agent
synced 2025-12-15 21:42:22 +11:00
beans
This commit is contained in:
parent
72dcb3b6d8
commit
78fe066a45
1 changed files with 4 additions and 2 deletions
|
|
@ -19,7 +19,8 @@
|
|||
ansible.builtin.yum:
|
||||
name: wazuh=agent
|
||||
state: present
|
||||
environment: WAZUH_MANAGER={{ MANAGERIP }}
|
||||
environment:
|
||||
WAZUH_MANAGER: '{{ manager_ip }}'
|
||||
|
||||
- name: disable repo unless needed - RHEL
|
||||
ansible.builtin.shell: |
|
||||
|
|
@ -43,7 +44,8 @@
|
|||
name: wazuh-agent
|
||||
state: present
|
||||
update_cache: true
|
||||
environment: WAZUH_MANAGER={{ MANAGERIP }}
|
||||
environment:
|
||||
WAZUH_MANAGER: '{{ manager_ip }}'
|
||||
|
||||
- name: disable repo until needed - Debian
|
||||
ansible.builtin.shell: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue