Skip to content

logikal-io/run-logikal-playbook

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run Logikal Playbook

GitHub Action for running a Logikal Ansible playbook.

Usage

steps:
  - uses: logikal-io/run-logikal-playbook@v2
    with:
      roles: role1, role2, ...
      vars: '{"key1": "value1", "key2": "value2", ...}'

Inputs

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.

License

This GitHub Action is licensed under the MIT open source license.