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

RvuvuzelaM/ansible-cli-github-action

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

1 Commit
 
 
 
 
 
 
 
 

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