aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2018-11-02 11:35:30 +0100
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2018-11-02 11:35:30 +0100
commitc3e54982f17b9fdbc732617898227c3b9dd1727b (patch)
tree1f59fa5475728b7fb766f9fc60b14a4a4f1d8104 /README.md
parent73fc6fec8fb5dd844fe8165061db2a82153900d9 (diff)
downloadansible-rundeck-jobs-c3e54982f17b9fdbc732617898227c3b9dd1727b.tar.gz
ansible-rundeck-jobs-c3e54982f17b9fdbc732617898227c3b9dd1727b.tar.zst
ansible-rundeck-jobs-c3e54982f17b9fdbc732617898227c3b9dd1727b.zip
Add group filtering for jobs cleaning
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 618efd9..71d4acc 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ Role Variables
17* `rundeck_api_token` the authentification token (mandatory). 17* `rundeck_api_token` the authentification token (mandatory).
18* `rundeck_api_version` api version supported by rundeck server. Default to 26. 18* `rundeck_api_version` api version supported by rundeck server. Default to 26.
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 21
21Dependencies 22Dependencies
22------------ 23------------