[skip ci] auto-update documentation

This commit is contained in:
thegeeklab-bot 2024-05-05 11:22:07 +00:00
parent facdaab1a7
commit cdf012ad65
2 changed files with 18 additions and 2 deletions

View File

@ -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
```

View File

@ -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.