You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Run Logikal Playbook
v1.0.0
GitHub Action for running a Logikal Ansible playbook.
steps:
- uses: logikal-io/run-logikal-playbook@v1
with:
roles: role1, role2, ...
vars: '{"key1": "value1", "key2": "value2", ...}'
roles
: Required, a comma-separated list of the roles to run.
vars
: Optional, the variables to set as a string-encoded JSON.
This GitHub Action is licensed under the MIT open source license.