aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGaƫtan <36162164+gaetanfl@users.noreply.github.com>2018-09-12 15:54:31 +0200
committerGitHub <noreply@github.com>2018-09-12 15:54:31 +0200
commit56d88d5730d457ac24f9aa373b71588b433f4196 (patch)
tree28464600357b9c6e755f23d3afb32371f3f51bac /README.md
parent1af6a8441cbbe29f8c30b1279400d86f28651912 (diff)
parent73fc6fec8fb5dd844fe8165061db2a82153900d9 (diff)
downloadansible-rundeck-jobs-0.1.tar.gz
ansible-rundeck-jobs-0.1.tar.zst
ansible-rundeck-jobs-0.1.zip
Merge pull request #1 from gaetanfl/first_versionv0.1
first working version
Diffstat (limited to 'README.md')
-rw-r--r--README.md49
1 files changed, 47 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9f78f6c..618efd9 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,47 @@
1# ansible-rundeck-jobs 1Rundeck jobs
2Synchronize rundeck jobs from a dir with a rundeck project 2=========
3
4This role synchronize a directory containing yaml definition of jobs with a rundeck project
5
6Requirements
7------------
8
9* `jmespath` python module
10
11Role Variables
12--------------
13
14* `rundeck_jobs_path` path of the directory containing the job definition (mandatory).
15* `rundeck_project` name of the rundeck project (mandatory).
16* `rundeck_api_url` base url of api (mandatory).
17* `rundeck_api_token` the authentification token (mandatory).
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.
20
21Dependencies
22------------
23
24None
25
26Example Playbook
27----------------
28
29Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
30
31 - hosts: servers
32 vars:
33 rundeck_api_url: rundeck.example.com
34 rundeck_project: test
35 rundeck_jobs_path: /tmp/rundeck-jobs
36 roles:
37 - rundeck-jobs
38
39License
40-------
41
42TBD
43
44Author Information
45------------------
46
47FretLink, Love and Truck