Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Latest commit

 

History

History

ansible-playbook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Ansible Playbook for GitHub Action

This action allows you to run ansible-playbook with no additional options.

Usage

To use the action simply add the following lines to your .github/main.workflow.

action "Run Ansible Playbook" {
  uses = "stoe/actions/ansible-playbook@master"
}

Environment Variables

  • ACTION_PLAYBOOK_NAME: (optional) defaults to playbook.yml

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT.