xoxys.nginx/molecule/ec2-centos-7/molecule.yml

25 lines
415 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
library: /library
timeout: 60