Update '.woodpecker/ansible.yml'

This commit is contained in:
sebclem 2023-07-07 15:19:01 +02:00
parent d061a19ba2
commit a56d52061c

View File

@ -1,34 +1 @@
steps:
check-ansible-syntax:
image: git.sebclem.fr/sebclem/woodpecker-ansible-runner
pull: true
settings:
playbook: playbooks/install.yml
galaxy_file: roles/requirements.yml
check_syntax: true
vault_token:
from_secret: ansible_vault_token
when:
- event: "push"
- event: [pull_request, manual, deployment]
run-ansible-playbook:
image: git.sebclem.fr/sebclem/woodpecker-ansible-runner
pull: true
settings:
verbosity: ${verbosity=0}
limit: ${limit}
tags: ${tags}
playbook: playbooks/install.yml
galaxy_file: roles/requirements.yml
vault_token:
from_secret: ansible_vault_token
private_key:
from_secret: ansible_private_key
when:
environment: production
event: deployment
when:
- event: "push"
- event: [pull_request, manual, deployment]
extend: https://git.sebclem.fr/sebclem/woodpecker-pipeline-config/raw/branch/main/playbook.yml