https://github.com/bpetit/ansible-role-nextcloud
Ansible role to install and configure a simple nextcloud instance.
https://github.com/bpetit/ansible-role-nextcloud
Last synced: 2 months ago
JSON representation
Ansible role to install and configure a simple nextcloud instance.
- Host: GitHub
- URL: https://github.com/bpetit/ansible-role-nextcloud
- Owner: bpetit
- Created: 2019-01-01T18:41:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T17:21:18.000Z (over 7 years ago)
- Last Synced: 2026-01-27T22:54:54.807Z (5 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nextcloud
=========
Ansible role to deploy and configure a simple nextcloud instance.
Requirements
------------
You need a working mariaDB/MySQL service to talk to.
Role Variables
--------------
nextcloud_download_url: https://download.nextcloud.com/server/releases/
nextcloud_version: 15.0.0
nextcloud_tarball_url: "{{ nextcloud_download_url }}/nextcloud-{{ nextcloud_version }}.zip"
nextcloud_tarball_tmp_path: "/tmp/nextcloud-{{ nextcloud_version }}.zip"
nextcloud_tarball_md5_sum_url: "{{ nextcloud_download_url }}/nextcloud-{{ nextcloud_version }}.zip.md5"
nextcloud_install_path: "/var/www/nextcloud"
nextcloud_system_user: www-data
nextcloud_system_group: www-data
nextcloud_server_name: nextcloud.example.org # CHANGE ME
nextcloud_http_port: 80
Dependencies
------------
This role needs no specific ansible role to work.
Example Playbook
----------------
- hosts: servers
roles:
- { role: nextcloud }
License
-------
BSD
Author Information
------------------
Benoit Petit