This Role installs Nextcloud.
A Debian compatible Linux with Apache and PHP 7.0
- hosts: all
become: true
vars:
nextcloud_database_type: "sqlite"
nextcloud_database_name: "cloud"
nextcloud_database_prefix: "oc_"
roles:
- role: nextcloud
An optional section for the role authors to include contact information, or a website (HTML is not allowed).