Commit Graph

13 Commits

Author SHA1 Message Date
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