aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c96d1e..618efd9 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,12 @@ Example Playbook
29Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: 29Including 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
35License 39License
36------- 40-------