0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-06-02 08:19:40 +02:00

[skip ci] auto-update documentation

This commit is contained in:
thegeeklab-bot 2024-03-12 20:02:33 +00:00
parent f3c519c887
commit fce6e01778

View File

@ -21,9 +21,6 @@ Woodpecker CI plugin to manage infrastructure with [Ansible](https://github.com/
## Usage
```YAML
kind: pipeline
name: default
steps:
- name: ansible
image: quay.io/thegeeklab/wp-ansible
@ -59,5 +56,10 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-ansible .
## Test
```Shell
docker run --rm \
-e PLUGIN_PLAYBOOK=deployment/playbook.yml \
-e PLUGIN_SYNTAX_CHECK=true \
-v $(pwd):/build:z \
-w /build \
thegeeklab/wp-ansible
```