lab:
  hosts:
    vm1:
      ansible_host: 192.168.122.110
      ansible_user: alpine
      #ansible_python_interpreter: python3
    vm2:
      ansible_host: 192.168.122.111
      ansible_user: alpine
      #ansible_python_interpreter: python3
    vm3:
      ansible_host: 192.168.122.112
      ansible_user: alpine
      #ansible_python_interpreter: python3
# vim: set ft=yaml sw=2 et: