xoxys.nginx/molecule/ec2-centos-7/molecule.yml
Robert Kaussow 28f988bdc9
Some checks failed
continuous-integration/drone/push Build is failing
add ansible config to molecule
2019-05-12 01:40:36 +02:00

24 lines
393 B
YAML

---
dependency:
name: galaxy
driver:
name: ec2
platforms:
- name: centos-7-nginx
image: ami-0957ba512eafd08d9
instance_type: t2.micro
vpc_subnet_id: subnet-9b6896f1
provisioner:
name: ansible
lint:
name: ansible-lint
verifier:
name: testinfra
lint:
name: flake8
ansible:
ansiblecfg_defaults:
force_color: true
roles_path: /drone/src
timeout: 60