Commit Graph

53 Commits

Author SHA1 Message Date
Dawid Dziurla
b870361b37
workflows: run separate jobs 2020-04-06 23:45:33 +02:00
Dawid Dziurla
32a48fb292
workflows: fold options 2020-04-06 23:39:47 +02:00
Dawid Dziurla
8973eff607
main: update
- print colored command
- print colored errors
- info messages prefixed with '==>'
- consistency
2020-04-06 23:35:18 +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
d300a38a99
README: point to a tag instead of master branch 2020-03-29 23:18:04 +02:00
Dawid Dziurla
f13d1bd963
Merge pull request #3 from dawidd6/directory
Directory
2020-03-24 23:40:03 +01:00
Dawid Dziurla
c94ab57c30
main: don't require directory input to be set 2020-03-24 22:44:07 +01:00
Dawid Dziurla
7294666400
action: remove default value for directory input 2020-03-24 22:43:22 +01:00
Dawid Dziurla
6bf8287520
workflows: change default directory to ./ 2020-03-24 22:32:24 +01:00
Dawid Dziurla
bf72c8dfa3
README: change default directory to ./ 2020-03-24 22:30:07 +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
05885e8435
workflows: add directory input 2020-03-24 22:26:46 +01:00
Dawid Dziurla
6125b23431
main: add directory input 2020-03-24 22:23:41 +01:00
Dawid Dziurla
106317ddaa
README: add directory input 2020-03-24 22:23:30 +01:00
Dawid Dziurla
13970a992f
action: add directory input 2020-03-24 22:23:19 +01:00
Dawid Dziurla
ca781d9ed5
Dockerfile.test: don't unlock root account 2020-03-23 23:15:41 +01:00
Dawid Dziurla
2f1261582a
README: fix usage 2020-03-23 23:12:27 +01:00
Julian Pelizäus
6d1f107198 Add capabilities for custom inventory and vault password 2020-03-22 20:30:44 +01:00
Dawid Dziurla
b2946c375b
README: update 2020-03-22 13:01:58 +01:00
Dawid Dziurla
11bc4204d5
main: don't set ANSIBLE_PRIVATE_KEY_FILE 2020-03-22 12:55:30 +01:00
Dawid Dziurla
369129beaf
Dockerfile.test: correct path to sftp 2020-03-22 12:53:06 +01:00
Dawid Dziurla
f039d623c2
workflows: use inventory and limit 2020-03-22 12:47:57 +01:00
Dawid Dziurla
26bba33ddb
playbook: hosts=all 2020-03-22 12:47:43 +01:00
Dawid Dziurla
59dc5acbc3
add hosts inventory 2020-03-22 12:47:28 +01:00
Dawid Dziurla
bcf6f7f653
workflows: specify options 2020-03-22 12:27:35 +01:00
Dawid Dziurla
e57bb6ed8a
workflows: mount cwd in container 2020-03-22 12:24:42 +01:00
Dawid Dziurla
be21279173
workflows: fix image name 2020-03-22 12:22:12 +01:00
Dawid Dziurla
89a799ad80
workflows: adjust 2020-03-22 12:17:17 +01:00
Dawid Dziurla
7730c96a9f
Dockerfile: don't install bind-tools 2020-03-22 12:16:54 +01:00
Dawid Dziurla
248919721c
add testing Dockerfile and entrypoint script 2020-03-22 12:16:35 +01:00
Dawid Dziurla
e3ab322c67
playbook: variable host and user 2020-03-22 12:16:15 +01:00
Dawid Dziurla
43a2a4f4df
workflows: word 2020-03-21 21:41:05 +01:00
Dawid Dziurla
bcf9810673
workflows: just hostname 2020-03-21 21:34:08 +01:00
Dawid Dziurla
6f82c89a6c
workflows: root 2020-03-21 21:33:14 +01:00
Dawid Dziurla
1c638a49c2
workflows: without = 2020-03-21 21:31:53 +01:00
Dawid Dziurla
202f288245
workflows: remove testing stuff 2020-03-21 21:30:03 +01:00
Dawid Dziurla
3b5446324b
main: make key input required 2020-03-21 20:54:44 +01:00
Dawid Dziurla
9dfdfbebf6
action: make key input required 2020-03-21 20:54:29 +01:00
Dawid Dziurla
a57a1f4727
workflows: test 2020-03-21 20:48:04 +01:00
Dawid Dziurla
39127c75f7
workflows: test 2020-03-21 20:43:33 +01:00
Dawid Dziurla
efea786a0b
workflows: test 2020-03-21 20:40:39 +01:00
Dawid Dziurla
8001e8dd54
workflows: test in container 2020-03-21 20:35:01 +01:00
Dawid Dziurla
030c7befbb
workflows: try FQDN hostname 2020-03-21 20:26:02 +01:00
Dawid Dziurla
1fbc1a240b
workflows: list containers 2020-03-21 20:04:58 +01:00
Dawid Dziurla
f37fb6b3e0
Dockerfile: install bind-tools, remove bash
bind-tools is needed for host recognition by names within network
2020-03-21 20:02:02 +01:00
Dawid Dziurla
4a1e9e0b7d
main: make it a sh script 2020-03-21 20:01:42 +01:00
Dawid Dziurla
9aba018d71
workflows: pass the ssh public key literally 2020-03-21 19:54:21 +01:00
Dawid Dziurla
938ce6ffd6
workflows: run the playbook against other container
this way we can test if ssh is working
2020-03-21 19:44:53 +01:00
Dawid Dziurla
36026d33a9
main: yep, options could be passed as they are
just print them + playbook
2020-03-21 17:17:56 +01:00
Dawid Dziurla
81e4726d4b
main: test if options could be passed as they are 2020-03-21 17:12:34 +01:00