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

Phill93/ansible-nextcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Ansible Role that installs Nextcloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages