11bb90b50c1fe14be7a3dd3b1ec0f177c327d04c
[ccsdk/cds.git] /
1 {
2   "actionIdentifiers": {
3     "blueprintName": "remote_ansible",
4     "blueprintVersion": "1.0.0",
5     "actionName": "execute-remote-ansible",
6     "mode": "sync"
7   },
8   "commonHeader": {
9     "flags": {
10       "force": true,
11       "ttl": 3600
12     },
13     "originatorId": "mock",
14     "requestId": "123456-2000",
15     "subRequestId": "sub-123456-1000",
16     "timestamp": "2012-04-23T18:25:43.511Z"
17   },
18   "payload": {
19     "execute-remote-ansible-request": {
20       "endpoint-selector": "awx",
21       "job-template-name": "hello_world_job_template",
22       "inventory": "Demo Inventory",
23       "limit": "123",
24       "tags": "some-tag",
25       "skip-tags": "some-skip-tag",
26       "extra-vars": {
27         "site_id": "3 - Belmont",
28         "tor_group": "vEPC"
29       }
30     }
31   }
32 }