Commit Graph

17 Commits

Author SHA1 Message Date
H.Hedhly
0689c791d8
Introduce optional support for ansible.cfg (#88)
* Introduce optional support for ansible.cfg

* Add missing ansible.cfg local & remote tests

* Update Readme

* Fix broken local test

---------

Co-authored-by: thehedhly <thehedhly@users.noreply.github.com>
2024-01-17 10:06:09 +01:00
Angus Clinch
009b88e9b8
Use node16 (#62)
* node16

* dispatch

* remove workflow_dispatch

Co-authored-by: Angus Clinch <ANGUS306@bailliegifford.com>
2022-10-15 09:24:02 +02:00
Brooks Swinnerton
671974ed60
Add ability to turn off colored output (#32)
* Add Action input to control colored Ansible output

* Update main.js

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-08-01 17:03:21 +02:00
Brooks Swinnerton
00e2fc8809
Capture output of stdout and stderr to Actions (#30)
* Capture output of stdout and stderr to Actions

* Remove type descriptors

Whoops! This isn't typescript

* Remove semicolons

* Rename cmd to args

* Separate command from arguments to exec

* Revert "Rename cmd to args"

This reverts commit 98591e5513.

* Append stdout and stderr to string, then log

* Consolidate stdout and stderr into single output

* Move base command back to cmd variable

* Embed execOptions as parameter to exec
2021-07-31 18:13:50 +02:00
obbiondo
03f941b221
Add sudo option for root access (#16)
Co-authored-by: ANDREA BIONDO s291512 <s291512@studenti.polito.it>
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-07-19 17:49:48 +02:00
Scott Rubin
d45b74f42d Add support for SSH Host Key Checking
By default it seems that SSH host key checking has been disabled. This
patch makes it optional. If a variable named known_hosts is passed in,
the key checking will be enabled. The variable should contain the
complete contents of the known_hosts file, which must contain the public
key(s) of the host(s) in the inventory.
2021-04-04 16:51:46 -04:00
Dawid Dziurla
563b73df2f
action: add requirements 2020-12-06 17:05:44 +01:00
Dawid Dziurla
c65cf629fb
action: add post 2020-05-07 11:42:11 +02:00
Dawid Dziurla
fd56a2ad58
rewrite in javascript 2020-05-03 11:55:12 +02:00
Dawid Dziurla
8cd63cd522
Merge pull request #1 from Roosterfish/feature/custom-inventory
Add capabilities for custom inventory and vault password
2020-04-06 23:15:07 +02:00
Dawid Dziurla
7294666400
action: remove default value for directory input 2020-03-24 22:43:22 +01:00
Dawid Dziurla
5f9b0124a8
action: change default directory to ./
github.workspace directory is not available in container
2020-03-24 22:29:40 +01:00
Dawid Dziurla
13970a992f
action: add directory input 2020-03-24 22:23:19 +01:00
Julian Pelizäus
6d1f107198 Add capabilities for custom inventory and vault password 2020-03-22 20:30:44 +01:00
Dawid Dziurla
9dfdfbebf6
action: make key input required 2020-03-21 20:54:29 +01:00
Dawid Dziurla
71c08da46c
init 2020-03-21 17:06:40 +01:00
Dawid Dziurla
afff5c9738 Initial commit 2020-03-21 16:36:23 +01:00