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

23 lines
381 B
YAML
Raw Normal View History

2019-05-12 00:41:53 +02:00
---
dependency:
name: galaxy
driver:
name: ec2
platforms:
- name: centos-7-nginx
image: ami-0957ba512eafd08d9
instance_type: t2.micro
2019-05-12 01:05:17 +02:00
vpc_subnet_id: subnet-9b6896f1
2019-05-12 00:41:53 +02:00
provisioner:
name: ansible
2019-05-12 03:10:36 +02:00
config_options:
defaults:
roles_path: /drone/src
library: /library
2019-05-12 00:41:53 +02:00
lint:
name: ansible-lint
verifier:
name: testinfra
lint:
name: flake8