diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2022-02-25 18:14:29 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2022-02-25 18:39:20 +0100 |
commit | d58fd11546cd378ff4eba6227adc10f8c06c386a (patch) | |
tree | f21120bf0a6e7bee5d2e7a3aebdf14f29538e0f7 /README.md | |
parent | 30a577fc43ef49e5e9925bc82116a2bd47f9a842 (diff) | |
download | ansible-rundeck-jobs-d58fd11546cd378ff4eba6227adc10f8c06c386a.tar.gz ansible-rundeck-jobs-d58fd11546cd378ff4eba6227adc10f8c06c386a.tar.zst ansible-rundeck-jobs-d58fd11546cd378ff4eba6227adc10f8c06c386a.zip |
Add an option to remove existing keys that are not declared in ansible
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ Role Variables | |||
19 | * `rundeck_remove_missing` Whether to delete jobs present in rundeck and not in file. Defaults to true. | 19 | * `rundeck_remove_missing` Whether to delete jobs present in rundeck and not in file. Defaults to true. |
20 | * `rundeck_jobs_group` the group of job to check for removal | 20 | * `rundeck_jobs_group` the group of job to check for removal |
21 | * `rundeck_ignore_creation_errors` whether to ignore job creation error. Default to true to follow the 200 status given by rundeck API | 21 | * `rundeck_ignore_creation_errors` whether to ignore job creation error. Default to true to follow the 200 status given by rundeck API |
22 | * `rundeck_jobs_keys` a list of keys to import in rundeck. Each key is a dict with a `path`, a `value` and a `type` as declared in [https://docs.rundeck.com/3.0.x/api/index.html#upload-keys](). | ||
23 | * `rundeck_keys_scoped_by_project` scope each key by project (In a project/ProjectName subdirectory) | ||
24 | * `rundeck_keys_scoped_by_group` scope each key by group. Defaults to true if the group is defined, false otherwise | ||
25 | * `rundeck_remove_missing_keys` remove keys that are not declared in ansible (possibly restrained to the scope defined above) | ||
22 | 26 | ||
23 | A [dhall](https://dhall-lang.org/) Type representing the roles' variables is available in the `./dhall/Config.dhall` file to help you configure your projects with some type checking. | 27 | A [dhall](https://dhall-lang.org/) Type representing the roles' variables is available in the `./dhall/Config.dhall` file to help you configure your projects with some type checking. |
24 | 28 | ||