summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Templates/ansible-vars-mapping.json
blob: 53f2122b3d4d59cf0dd77c553255d9d1c23644f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
  {
    "name": "ip",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "hostname",
    "dictionary-source": "input",
    "dependencies": [
    ]
  },
  {
    "name": "username",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "hostname",
    "dictionary-source": "input",
    "dependencies": [
    ]
  },
  {
    "name": "password",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "hostname",
    "dictionary-source": "input",
    "dependencies": [
    ]
  }
]