xoxys.nginx/molecule/gce-centos-7/molecule.yml
Robert Kaussow 5808da0883
All checks were successful
continuous-integration/drone/push Build is passing
test molecule ansible config
2019-02-28 14:53:50 +01:00

29 lines
456 B
YAML

---
dependency:
name: galaxy
driver:
name: gce
lint:
name: yamllint
enabled: False
platforms:
- name: gce-centos-7
zone: europe-north1-a
machine_type: f1-micro
image: centos-7
provisioner:
name: ansible
lint:
name: ansible-lint
scenario:
name: gce-centos-7
verifier:
name: testinfra
lint:
name: flake8
ansible:
raw_env_vars:
ANSIBLE_TIMEOUT: 60
ANSIBLE_ROLES_PATH: /drone/src
ANSIBLE_FORCE_COLOR: true