mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
18 lines
442 B
YAML
18 lines
442 B
YAML
name: Run Ansible playbook
|
|
description: Execute Ansible playbook on selected hosts
|
|
branding:
|
|
color: red
|
|
icon: play
|
|
inputs:
|
|
playbook:
|
|
description: Ansible playbook filepath
|
|
required: true
|
|
key:
|
|
description: SSH private key used to connect to the host
|
|
required: true
|
|
options:
|
|
description: Extra options that should be passed to ansible-playbook command
|
|
required: false
|
|
runs:
|
|
using: docker
|
|
image: Dockerfile
|