Phill93.nextcloud

Ansible Galaxy

Role Name

This Role installs Nextcloud.

Requirements

A Debian compatible Linux with Apache and PHP 7.0

Role Variables

See defaults/main.yml

Example Playbook

- hosts: all
  become: true
  vars:
      nextcloud_database_type: "sqlite"
      nextcloud_database_name: "cloud"
      nextcloud_database_prefix: "oc_"
  roles:
    - role: nextcloud

License

GPLv3

Author Information

An optional section for the role authors to include contact information, or a website (HTML is not allowed).

About

Nextcloud for Debian / Ubuntu

Install
ansible-galaxy install Phill93.nextcloud
GitHub repository
License
gpl-3.0
Downloads
152