diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-09-12 14:52:52 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-09-12 14:52:52 +0200 |
commit | 73fc6fec8fb5dd844fe8165061db2a82153900d9 (patch) | |
tree | 28464600357b9c6e755f23d3afb32371f3f51bac | |
parent | a4a80f82b95c9744124aa6ee7665877089d48020 (diff) | |
download | ansible-rundeck-jobs-73fc6fec8fb5dd844fe8165061db2a82153900d9.tar.gz ansible-rundeck-jobs-73fc6fec8fb5dd844fe8165061db2a82153900d9.tar.zst ansible-rundeck-jobs-73fc6fec8fb5dd844fe8165061db2a82153900d9.zip |
update example to be more readable
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -29,8 +29,12 @@ Example Playbook | |||
29 | Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: | 29 | Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: |
30 | 30 | ||
31 | - hosts: servers | 31 | - hosts: servers |
32 | vars: | ||
33 | rundeck_api_url: rundeck.example.com | ||
34 | rundeck_project: test | ||
35 | rundeck_jobs_path: /tmp/rundeck-jobs | ||
32 | roles: | 36 | roles: |
33 | - { role: rundeck-jobs, rundeck_api_url: rundeck.example.com, rundeck_project: test, rundeck_jobs_path: /tmp/rundeck-jobs } | 37 | - rundeck-jobs |
34 | 38 | ||
35 | License | 39 | License |
36 | ------- | 40 | ------- |