Skip to content

Allows one to run Ansible and Linux related commands with Github Actions

Notifications You must be signed in to change notification settings

eftechcombr/ansible-cli-github-action

 
 

Repository files navigation

Ansible CLI Github Action

This action is based on ubuntu:bionic image.
You can execute all Ansible related actions i.e, ansible or ansible-playbook.
You can also execute standard Linux commands as base Docker image is ubuntu.

Inputs

command

Required Command to execute. Default "ansible-playbook".

Example usage

uses: actions/ansible-cli-action@latest
with:
  command: "ansible-playbook main.yml"

About

Allows one to run Ansible and Linux related commands with Github Actions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 91.6%
  • Shell 8.4%