Allow overrides for service start retries and delay

This commit is contained in:
Romain Pelisse 2022-12-16 15:14:44 +01:00
commit 646ec53be8
5 changed files with 18 additions and 9 deletions

View file

@ -1,7 +1,8 @@
---
dependency:
name: shell
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
name: galaxy
options:
requirements-file: molecule/requirements.yml
driver:
name: docker
lint: |
@ -16,14 +17,12 @@ platforms:
port_bindings:
- "8080/tcp"
- "8443/tcp"
- "8009/tcp"
- "8009/tcp"
provisioner:
name: ansible
config_options:
defaults:
interpreter_python: auto_silent
ssh_connection:
pipelining: false
playbooks:
prepare: prepare.yml
converge: converge.yml
@ -33,7 +32,7 @@ provisioner:
localhost:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
env:
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_FORCE_COLOR: "true"
verifier:
name: ansible
scenario: