all:
  hosts:
    localhost:
      ansible_connection: local
  vars:
    ansible_python_interpreter: "/usr/bin/python3"
    standalone: true
    haproxy: false
    nc_version: "20.0.7"
    nc_fqdn: "test.local.com"
    nc_emal: "test@local.com"
    postgres:
      user: nc_user
      password: saltybusinessgoose
      database: nextcloud

