Merge pull request #1902 from wazuh/bug/1900-run-as
Added run_as as true by default
This commit is contained in:
commit
b34a02f716
@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Added run_as as true by default ([#1902](https://github.com/wazuh/wazuh-ansible/pull/1902))
|
||||||
- Changed Wazuh API username to wazuh-wui ([#1901](https://github.com/wazuh/wazuh-ansible/pull/1901))
|
- Changed Wazuh API username to wazuh-wui ([#1901](https://github.com/wazuh/wazuh-ansible/pull/1901))
|
||||||
|
|
||||||
### Deleted
|
### Deleted
|
||||||
|
|||||||
@ -131,4 +131,5 @@ hosts:
|
|||||||
port: {{ api['port'] }}
|
port: {{ api['port'] }}
|
||||||
username: {{ api['username'] }}
|
username: {{ api['username'] }}
|
||||||
password: "{{ api['password'] }}"
|
password: "{{ api['password'] }}"
|
||||||
|
run_as: true
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user