All checks were successful
Production deployment / Build and pushing (push) Successful in 6s
21 lines
452 B
YAML
21 lines
452 B
YAML
name: Run ansible playbook
|
|
description: An ansible runner
|
|
author: Skydust
|
|
|
|
# Define your inputs here.
|
|
inputs:
|
|
playbook:
|
|
description: The playbook's path
|
|
required: true
|
|
inventory:
|
|
description: Comma separated inventory files
|
|
required: false
|
|
only_check:
|
|
description: Whether to only check without changes
|
|
required: false
|
|
default: "false"
|
|
|
|
runs:
|
|
using: docker
|
|
image: gitea.skydust.fr/actions/run-ansible-skydust:main
|