mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 23:50:40 +00:00
cleanup docs and examples
This commit is contained in:
parent
af63f0ede2
commit
a9809bae47
@ -21,9 +21,6 @@ Woodpecker CI plugin to manage infrastructure with [Ansible](https://github.com/
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ansible
|
- name: ansible
|
||||||
image: quay.io/thegeeklab/wp-ansible
|
image: quay.io/thegeeklab/wp-ansible
|
||||||
@ -59,5 +56,10 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-ansible .
|
|||||||
## Test
|
## Test
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
|
docker run --rm \
|
||||||
|
-e PLUGIN_PLAYBOOK=deployment/playbook.yml \
|
||||||
|
-e PLUGIN_SYNTAX_CHECK=true \
|
||||||
|
-v $(pwd):/build:z \
|
||||||
|
-w /build \
|
||||||
|
thegeeklab/wp-ansible
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user