Skip to content

Ansible CLI Github Action

Actions
Allows one to run Ansible and Linux related commands
1
Latest
Star (2)

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"

Ansible CLI Github Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Allows one to run Ansible and Linux related commands
1
Latest

Ansible CLI Github Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.