23 lines
398 B
YAML
23 lines
398 B
YAML
|
local:
|
||
|
hosts:
|
||
|
localhost:
|
||
|
devoteam:
|
||
|
hosts:
|
||
|
cgirard-laptop:
|
||
|
coreos:
|
||
|
hosts:
|
||
|
coreos1:
|
||
|
ansible_host: 192.168.122.221
|
||
|
coreos2:
|
||
|
ansible_host: 192.168.122.220
|
||
|
coreos3:
|
||
|
ansible_host: 192.168.122.222
|
||
|
alpine:
|
||
|
hosts:
|
||
|
alpine1:
|
||
|
ansible_host: 192.168.122.110
|
||
|
alpine2:
|
||
|
ansible_host: 192.168.122.111
|
||
|
alpine3:
|
||
|
ansible_host: 192.168.122.112
|