Files
ansible/.drone.yml
fosslinux 3af4e1cf1b Drone CI
2019-12-31 18:35:40 -05:00

16 lines
321 B
YAML

kind: pipeline
name: default
steps:
- name: syntax
image: debian:10
commands:
- .drone/deps
- ansible-playbook -i hosts site.yml --syntax
- name: run
image: debian:10
commands:
- .drone/deps
- sed -i "s/thunix.net/127.0.0.1/g" hosts
- ansible-playbook -i hosts site.yml