nrec-ansible/.woodpecker.yml

18 lines
263 B
YAML
Raw Normal View History

2022-01-10 21:10:55 +00:00
workspace:
base: /runner
path: /
2022-01-10 20:59:35 +00:00
pipeline:
run-playbooks:
image: quay.io/ansible/ansible-runner:latest
2022-01-10 21:04:31 +00:00
environment:
- RUNNER_PLAYBOOK=ping.yml
2022-01-10 21:05:31 +00:00
commands:
- ls
- env
2022-01-10 21:07:13 +00:00
- pwd
2022-01-10 21:04:31 +00:00
2022-01-10 20:59:35 +00:00
when:
branch: master
event: push