modified molecule.yml for wazuh-agent and elasticsearch - Lint

This commit is contained in:
rshad 2019-07-08 09:27:01 +00:00
parent 148e94459e
commit a48169d53f
4 changed files with 12 additions and 3 deletions

BIN
.swp Normal file

Binary file not shown.

View File

@ -3,8 +3,13 @@ dependency:
name: galaxy
driver:
name: docker
#lint:
# name: yamllint
lint:
name: yamllint
options:
config-data:
ignore: .virtualenv
platforms:
- name: bionic
image: solita/ubuntu-systemd:bionic
@ -48,7 +53,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../roles
lint:
name: ansible-lint
enabled: true
enabled: false
inventory:
group_vars:
all:

View File

@ -3,8 +3,13 @@ dependency:
name: galaxy
driver:
name: docker
#lint:
# name: yamllint
lint:
name: yamllint
options:
config-data:
ignore: .virtualenv
platforms:
- name: wazuh_server_centos7
image: milcom/centos7-systemd
@ -72,7 +77,6 @@ provisioner:
ssl_agent_cert: null
ssl_agent_key: null
ssl_auto_negotiate: 'no'
lint:
name: ansible-lint
enabled: true

View File

@ -8,7 +8,7 @@
- name: Linux | Install wazuh-agent
package: name=wazuh-agent state=present
async: 90
poll: 15
poll: 30
tags:
- init