generalizing .. Adding hash_behaviour: merge in order not to override the default variables

This commit is contained in:
Rshad Zhran 2019-08-22 16:30:05 +02:00
parent e1b084c1a7
commit 902658bd86
5 changed files with 14 additions and 0 deletions

View File

@ -41,6 +41,9 @@ platforms:
# - nofile:262144:262144
provisioner:
name: ansible
config_options:
defaults:
hash_behaviour: merge
env:
ANSIBLE_ROLES_PATH: ../../roles
lint:

View File

@ -44,6 +44,9 @@ platforms:
# - nofile:262144:262144
provisioner:
name: ansible
config_options:
defaults:
hash_behaviour: merge
playbooks:
docker:
create: ../default/create.yml

View File

@ -42,6 +42,9 @@ platforms:
# - nofile:262144:262144
provisioner:
name: ansible
config_options:
defaults:
hash_behaviour: merge
playbooks:
docker:
create: ../default/create.yml

View File

@ -53,6 +53,9 @@ platforms:
# - agent
provisioner:
name: ansible
config_options:
defaults:
hash_behaviour: merge
playbooks:
docker:
create: ../default/create.yml

View File

@ -16,4 +16,6 @@
nodes:
- 'manager'
hidden: 'no'
- { role: wazuh/ansible-filebeat, filebeat_output_elasticsearch_hosts: 'elasticsearch:9200' }