GitHub Action
Run Logikal Playbook
v2.0.0
Latest version
GitHub Action for running a Logikal Ansible playbook.
steps:
- uses: logikal-io/run-logikal-playbook@v2
with:
roles: role1, role2, ...
vars: '{"key1": "value1", "key2": "value2", ...}'
roles
: Required, a comma-separated list of the roles to run.
The available roles can be found in the
ansible-public-playbooks
repository.
vars
: Optional, the variables to set as a string-encoded JSON.
The available variables can be found in the vars/main.yml
file of the appropriate role.
version
: Optional, the
ansible-public-playbooks
repository version to use.
This GitHub Action is licensed under the MIT open source license.