aboutsummaryrefslogtreecommitdiffstats
path: root/examples/storage-zte-pod4/hosts
blob: 1a9a14e6da930374fb537c5eab056b64beed7212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
localhost   ansible_connection=local

[apex-underclouds]
apex-virtual-pod4

[SUT:children]   # system under test
compute

[node-groups:children]
compute
control

[node-groups:vars]
ansible_ssh_common_args=-F ./ssh.cfg

[compute]
192.0.2.10

[control]
192.0.2.9