Commit Graph

112 Commits

Author SHA1 Message Date
Dawid Dziurla
df6f49da3e
main: preserve env - sudo 2021-07-26 18:32:34 +02:00
Dawid Dziurla
95ac226ed8
workflows: test sudo 2021-07-26 18:29:42 +02:00
Dawid Dziurla
163a4d1959
main: pass PATH to sudo 2021-07-26 18:25:55 +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
Dawid Dziurla
f0b38f33e9
Merge pull request #21 from dawidd6/dependabot-add-v2-config-file
Upgrade to GitHub-native Dependabot
2021-04-29 07:40:46 +02:00
dependabot-preview[bot]
75ae627236
Upgrade to GitHub-native Dependabot 2021-04-28 22:30:47 +00:00
Dawid Dziurla
69990b93b4
Merge pull request #20 from dawidd6/dependabot-npm_and_yarn-actions-core-1.2.7
build(deps): bump @actions/core from 1.2.6 to 1.2.7
2021-04-14 09:14:00 +02:00
dependabot-preview[bot]
3c219bf69c
build(deps): bump @actions/core from 1.2.6 to 1.2.7
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.2.7.
- [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>
2021-04-14 04:54:38 +00:00
Dawid Dziurla
212713722b
Merge pull request #19 from Apreche/host_key_checking
Add support for SSH Host Key Checking
2021-04-04 23:29:36 +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
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