# nextcloud ~~ roles/nextcloud/meta/main.yml # Meta parameters --- dependencies: - role: nfsclient vars: nfsclient_dir: "/var/www/nextcloud/data" nfsclient_server_dir: "{{ global.nfs_server_dir }}/{{ ansible_host }}/nextcloud" when: ansible_distribution == "OpenBSD" tags: "dependency" - role: httpd_pre tags: "dependency" when: ansible_distribution == "OpenBSD" - role: postgres tags: "dependency" - role: redis tags: "dependency"