Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (28 loc) · 794 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 794 Bytes

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).