generalizing .. Adding hash_behaviour: merge in order not to override the default variables
This commit is contained in:
parent
e1b084c1a7
commit
902658bd86
@ -41,6 +41,9 @@ platforms:
|
||||
# - nofile:262144:262144
|
||||
provisioner:
|
||||
name: ansible
|
||||
config_options:
|
||||
defaults:
|
||||
hash_behaviour: merge
|
||||
env:
|
||||
ANSIBLE_ROLES_PATH: ../../roles
|
||||
lint:
|
||||
|
||||
@ -44,6 +44,9 @@ platforms:
|
||||
# - nofile:262144:262144
|
||||
provisioner:
|
||||
name: ansible
|
||||
config_options:
|
||||
defaults:
|
||||
hash_behaviour: merge
|
||||
playbooks:
|
||||
docker:
|
||||
create: ../default/create.yml
|
||||
|
||||
@ -42,6 +42,9 @@ platforms:
|
||||
# - nofile:262144:262144
|
||||
provisioner:
|
||||
name: ansible
|
||||
config_options:
|
||||
defaults:
|
||||
hash_behaviour: merge
|
||||
playbooks:
|
||||
docker:
|
||||
create: ../default/create.yml
|
||||
|
||||
@ -53,6 +53,9 @@ platforms:
|
||||
# - agent
|
||||
provisioner:
|
||||
name: ansible
|
||||
config_options:
|
||||
defaults:
|
||||
hash_behaviour: merge
|
||||
playbooks:
|
||||
docker:
|
||||
create: ../default/create.yml
|
||||
|
||||
@ -16,4 +16,6 @@
|
||||
nodes:
|
||||
- 'manager'
|
||||
hidden: 'no'
|
||||
- { role: wazuh/ansible-filebeat, filebeat_output_elasticsearch_hosts: 'elasticsearch:9200' }
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user