---
all:
  children:
    desktop:
      children:
        ubuntu-desktop:
          hosts:
            workstation:
              ansible_host: localhost
              ansible_connection: local
              ansible_become_pass: '{{ admin_password }}'
              ansible_python_interpreter: python3
              ansible_user: '{{ admin_username }}'
