Commit Graph

103 Commits

Author SHA1 Message Date
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
aad578fcdd
Merge pull request #18 from dawidd6/dependabot-npm_and_yarn-yaml-1.10.2
build(deps): bump yaml from 1.10.0 to 1.10.2
2021-03-15 10:56:05 +01:00
dependabot-preview[bot]
16c5208cd3
build(deps): bump yaml from 1.10.0 to 1.10.2
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.0...v1.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-15 04:43:20 +00:00
Dawid Dziurla
1b347b1afe
put test stuff intooo... test/ dir 2021-02-11 17:28:46 +01:00
Dawid Dziurla
0eefa394aa
workflows: always run in test/ dir 2021-02-11 17:28:23 +01:00
Dawid Dziurla
0d7274dc6a
workflows: refactor 2021-02-11 17:24:38 +01:00
Dawid Dziurla
9c19e7ec30
test/playbook: install cowsay via apt 2021-02-11 17:08:44 +01:00
Dawid Dziurla
3c534b3ba0
Merge pull request #15 from dawidd6/requirements
Support installing requirements
2020-12-10 22:34:57 +01:00
Dawid Dziurla
9a7cbd2b6b
main: parse requirements yaml and run appropriate commands 2020-12-09 11:57:43 +01:00
Dawid Dziurla
19d1b2c628
workflows: test installing bundled requirements 2020-12-09 11:57:12 +01:00
Dawid Dziurla
c27fb2d7b1
add requirements-bundle 2020-12-09 11:56:52 +01:00
Dawid Dziurla
7b2f0761a9
package: add yaml 2020-12-09 11:56:40 +01:00
Dawid Dziurla
d270136941
main: install collections and roles from galaxy 2020-12-09 11:36:40 +01:00
Dawid Dziurla
e4d3ccbe7b
workflows: test installing requirements 2020-12-06 17:06:29 +01:00
Dawid Dziurla
a328034622
add example requirements file 2020-12-06 17:06:16 +01:00
Dawid Dziurla
1b9385ee45
main: support installing requirements 2020-12-06 17:06:02 +01:00
Dawid Dziurla
563b73df2f
action: add requirements 2020-12-06 17:05:44 +01:00
Dawid Dziurla
d28d9989a8
Merge pull request #14 from dawidd6/check-file-exists
Check if file exists before unlinking
2020-12-06 16:56:26 +01:00
Dawid Dziurla
81f2a15778
post: check if file exists before unlinking 2020-12-06 16:54:45 +01:00
Dawid Dziurla
145a900758
workflows: test running the action twice 2020-12-06 16:54:32 +01:00
Dawid Dziurla
a90a5a21fa
node_modules: update 2020-11-12 16:41:30 +01:00
Dawid Dziurla
a216fccde8
Merge pull request #10 from dawidd6/dependabot-npm_and_yarn-actions-core-1.2.6
build(deps): bump @actions/core from 1.2.5 to 1.2.6
2020-09-24 10:12:25 +02:00
dependabot-preview[bot]
76f8e15bac
build(deps): bump @actions/core from 1.2.5 to 1.2.6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-24 04:59:58 +00:00
Dawid Dziurla
9805b8fa8b
workflows: don't pass sensitive info 2020-09-04 10:16:36 +02:00
Dawid Dziurla
921a00333b
workflows: modify triggers 2020-08-30 12:06:25 +02:00
Dawid Dziurla
1e8a3ef594
node_modules: update 2020-08-30 12:05:39 +02:00
Dawid Dziurla
e3e388ffee
Merge pull request #7 from dawidd6/dawidd6-patch-1
Fix directory handling in post run
2020-05-14 20:27:25 +02:00
Dawid Dziurla
12b09931f9
workflows: test directory 2020-05-14 20:20:43 +02:00
Dawid Dziurla
6f709ceecd
add directory test playbook 2020-05-14 20:19:22 +02:00
Dawid Dziurla
89ee60634c
post: change directory if saved 2020-05-14 20:16:43 +02:00
Dawid Dziurla
83c93acd55
main: save directory to state 2020-05-14 20:13:55 +02:00
Dawid Dziurla
c65cf629fb
action: add post 2020-05-07 11:42:11 +02:00
Dawid Dziurla
6249522d7c
add post script 2020-05-07 11:42:11 +02:00
Dawid Dziurla
9fa54a34c7
main: save filenames in state 2020-05-07 11:42:10 +02:00
Dawid Dziurla
4f3ca9bf23
README: clarify OS 2020-05-03 18:04:31 +02:00
Dawid Dziurla
c667c001c3
main: replace all newlines 2020-05-03 12:50:24 +02:00
Dawid Dziurla
013642b2f2
workflows: more options test 2020-05-03 12:45:56 +02:00
Dawid Dziurla
905e9bd607
README: v2 2020-05-03 11:59:16 +02:00
Dawid Dziurla
72edf25c15
Merge pull request #5 from dawidd6/javascript
rewrite in javascript
2020-05-03 11:57:18 +02:00
Dawid Dziurla
fd56a2ad58
rewrite in javascript 2020-05-03 11:55:12 +02:00
Dawid Dziurla
47f48fd0e8
workflows: pass -e options 2020-04-07 00:58:47 +02:00
Dawid Dziurla
55d6336eea
main: use awk to trim whitespace 2020-04-07 00:57:21 +02:00
Dawid Dziurla
2be8c5b7f9
main: don't print inventory 2020-04-07 00:14:34 +02:00
Dawid Dziurla
5240df9b51
main: just write inventory 2020-04-07 00:12:40 +02:00
Dawid Dziurla
bfdba4708c
README: update 2020-04-07 00:07:48 +02:00
Dawid Dziurla
3f717ecb7e
main: trim whitespace in options 2020-04-07 00:06:51 +02:00
Dawid Dziurla
6befc53422
workflows: another test job 2020-04-07 00:03:41 +02:00
Dawid Dziurla
b898645779
main: flatten options 2020-04-07 00:01:30 +02:00
Dawid Dziurla
594eddd07c
workflows: no fold 2020-04-06 23:53:57 +02:00
Dawid Dziurla
9f87a197cc
main: trim newlines from command 2020-04-06 23:51:22 +02:00