2018-07-30 13:42:10 +02:00
|
|
|
lab:
|
|
|
|
hosts:
|
|
|
|
vm1:
|
|
|
|
ansible_host: 192.168.122.110
|
|
|
|
ansible_user: alpine
|
2018-08-02 15:48:58 +02:00
|
|
|
#ansible_python_interpreter: python3
|
2018-07-30 13:42:10 +02:00
|
|
|
vm2:
|
|
|
|
ansible_host: 192.168.122.111
|
|
|
|
ansible_user: alpine
|
2018-08-02 15:48:58 +02:00
|
|
|
#ansible_python_interpreter: python3
|
2018-07-30 13:42:10 +02:00
|
|
|
vm3:
|
|
|
|
ansible_host: 192.168.122.112
|
|
|
|
ansible_user: alpine
|
2018-08-02 15:48:58 +02:00
|
|
|
#ansible_python_interpreter: python3
|
2018-07-30 13:42:10 +02:00
|
|
|
# vim: set ft=yaml sw=2 et:
|