mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 03:30:39 +00:00
[skip ci] auto-update documentation
This commit is contained in:
parent
facdaab1a7
commit
cdf012ad65
@ -29,6 +29,7 @@ steps:
|
||||
private_key:
|
||||
from_secret: ansible_private_key
|
||||
inventory: deployment/hosts.yml
|
||||
syntax_check: true
|
||||
```
|
||||
|
||||
### Parameters
|
||||
@ -57,9 +58,10 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-ansible .
|
||||
|
||||
```Shell
|
||||
docker run --rm \
|
||||
-e PLUGIN_PLAYBOOK=deployment/playbook.yml \
|
||||
-e PLUGIN_PLAYBOOK=playbook.yml \
|
||||
-e PLUGIN_INVENTORY=inventory.yml \
|
||||
-e PLUGIN_SYNTAX_CHECK=true \
|
||||
-v $(pwd):/build:z \
|
||||
-v $(pwd)/testdata:/build:z \
|
||||
-w /build \
|
||||
thegeeklab/wp-ansible
|
||||
```
|
||||
|
@ -72,6 +72,13 @@ properties:
|
||||
type: string
|
||||
required: false
|
||||
|
||||
- name: insecure_skip_verify
|
||||
description: |
|
||||
Skip SSL verification.
|
||||
type: bool
|
||||
defaultValue: false
|
||||
required: false
|
||||
|
||||
- name: inventory
|
||||
description: |
|
||||
Path to inventory file.
|
||||
@ -105,6 +112,13 @@ properties:
|
||||
defaultValue: false
|
||||
required: false
|
||||
|
||||
- name: log_level
|
||||
description: |
|
||||
Plugin log level.
|
||||
type: string
|
||||
defaultValue: "info"
|
||||
required: false
|
||||
|
||||
- name: module_path
|
||||
description: |
|
||||
Prepend paths to module library.
|
||||
|
Loading…
Reference in New Issue
Block a user