Select Git revision
.pre-commit-config.yaml
-
nimrod authored
# Conflicts: # README.rst # defaults/main.yml # handlers/main.yml # molecule.yml # tasks/main.yml # tests/playbook.yml # vars/main.yml
nimrod authored# Conflicts: # README.rst # defaults/main.yml # handlers/main.yml # molecule.yml # tasks/main.yml # tests/playbook.yml # vars/main.yml
molecule.yml 756 B
---
ansible:
verbose: vv
playbook: tests/playbook.yml
diff: True
config_file: ../ansible.cfg
dependency:
name: galaxy
requirements_file: tests/requirements.yml
vagrant:
providers:
- name: virtualbox
type: virtualbox
platforms:
- name: openbsd
box: kaorimatz/openbsd-6.0-amd64
- name: ubuntu
box: ubuntu/xenial64
instances:
- name: example
options:
append_platform_to_hostname: yes
raw_config_args:
- 'vm.synced_folder ".", "/vagrant", disabled: true'
- 'vbguest.auto_update = false'
- 'landrush.enabled = false'
- 'landrush_ip.override = false'
docker:
containers:
- name: example-ubuntu
image: ubuntu
image_version: xenial
environment:
DEBIAN_FRONTEND: noninteractive