Robert Kaussow
952ada4345
All checks were successful
continuous-integration/drone/push Build is passing
22 lines
368 B
YAML
22 lines
368 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
|
|
env:
|
|
ANSIBLE_ROLES_PATH: /drone/src
|
|
ANSIBLE_LIBRARY: /library
|
|
lint:
|
|
name: ansible-lint
|
|
verifier:
|
|
name: testinfra
|
|
lint:
|
|
name: flake8
|