blob: 5d856289a2435a12fd9e762f0516e653644a4b18 (
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
|