diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2021-11-18 11:16:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 11:16:25 +0100 |
commit | cda6cf5ed73dbfbca7bc353395d0310801a51daa (patch) | |
tree | df9e80c54bfd58a1ec796e716f1992ea05b7a4d6 | |
download | docker-rundeckforci-cda6cf5ed73dbfbca7bc353395d0310801a51daa.tar.gz docker-rundeckforci-cda6cf5ed73dbfbca7bc353395d0310801a51daa.tar.zst docker-rundeckforci-cda6cf5ed73dbfbca7bc353395d0310801a51daa.zip |
Create Readme defining goals
-rw-r--r-- | Readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..5c5865f --- /dev/null +++ b/Readme.md | |||
@@ -0,0 +1,9 @@ | |||
1 | # A docker image to test rundeck API in CI | ||
2 | |||
3 | ## Goal | ||
4 | |||
5 | The goal of this repository is to be able to build a docker image to be run as github action service to test a program using rundeck API, for example an ansible role/ | ||
6 | |||
7 | ## How it's done | ||
8 | |||
9 | The official rundeck docker image support an environment variable `RUNDECK_TOKENS_FILE` to define a file wich contains API tokens and associated roles. Since Github actions doesn't allow to access repository content before launching a service container we have to launch an image with the token file filled | ||