---
- name: Setup things on host 'plumbum' (nfs server)
  hosts: plumbum.n39.eu
  become: true

  roles:
    - role: nfs_host
      vars:
        nfs_host_exports:
          - directory: "/srv/nfs/backup"
            hosts: "*.n39.eu"
            options: rw,sync,no_subtree_check,no_root_squash
          - directory: "/srv/nfs/ephemeral"
            hosts: "*.n39.eu"
            options: rw,sync,no_subtree_check,no_root_squash