blob: 3f5fab195458bb6207344c28c062a2c11d33610c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
---
- hosts: localhost
roles:
- role: ../../ansible-rundeck-jobs
rundeck_api_url: http://localhost:4440/api
rundeck_project: test
rundeck_api_token: testtoken
rundeck_jobs_path: rundeck_files
|