Run Ansible playbook
Action ID:tools.ansible.run_playbook
Run Ansible playbook on a single host given a list of plays in JSON format. Supports SSH host-connection mode only.
Reference: https://docs.ansible.com/ansible/latest/index.html
Secrets
Required secrets:ansible: required valuesPRIVATE_KEY.
Input fields
Host to SSH into and run the playbook on
Host name to use in the inventory
List of plays to run
SSH user to connect as
Environment variables to be used when running AnsibleDefault:
null.Extra variables to pass to Ansible using
-eDefault: null.List of events to ignore from the playbook. Returns all events by default.Default:
null.Optional mapping from password prompt to value. Example: {“SSH password:”: ”${{ SECRETS.your_secret_name.some_password }}”}.Default:
null.Additional keyword arguments to pass to the runnerDefault:
null.Timeout for the playbook execution in secondsDefault:
60.