roles/wazuh-agent: fix duplicate variable
This commit is contained in:
parent
874e8a08d0
commit
1dfe0fdb67
@ -38,15 +38,6 @@ wazuh_agent_yum_lock_timeout: 30
|
|||||||
api_pass: wazuh
|
api_pass: wazuh
|
||||||
authd_pass: ''
|
authd_pass: ''
|
||||||
|
|
||||||
wazuh_managers:
|
|
||||||
- address: 127.0.0.1
|
|
||||||
port: 1514
|
|
||||||
protocol: tcp
|
|
||||||
api_port: 55000
|
|
||||||
api_proto: 'http'
|
|
||||||
api_user: wazuh
|
|
||||||
max_retries: 5
|
|
||||||
retry_interval: 5
|
|
||||||
wazuh_api_reachable_from_agent: false
|
wazuh_api_reachable_from_agent: false
|
||||||
wazuh_profile_centos: 'centos, centos7, centos7.6'
|
wazuh_profile_centos: 'centos, centos7, centos7.6'
|
||||||
wazuh_profile_ubuntu: 'ubuntu, ubuntu18, ubuntu18.04'
|
wazuh_profile_ubuntu: 'ubuntu, ubuntu18, ubuntu18.04'
|
||||||
@ -98,7 +89,7 @@ wazuh_managers:
|
|||||||
protocol: tcp
|
protocol: tcp
|
||||||
api_port: 55000
|
api_port: 55000
|
||||||
api_proto: 'http'
|
api_proto: 'http'
|
||||||
api_user: null
|
api_user: wazuh
|
||||||
max_retries: 5
|
max_retries: 5
|
||||||
retry_interval: 5
|
retry_interval: 5
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user