mirror of
https://github.com/shouptech/ansible-role-nextcloud.git
synced 2026-02-03 06:59:42 +00:00
948 B
948 B
Nextcloud
A role to install Nextcloud on RHEL 7 & CentOS 7
Requirements
None
Role Variables
| name | default | comments |
|======|=========|==========|
| nextcloud_package_url | https://download.nextcloud.com/server/releases/nextcloud-12.0.3.tar.bz2 | URL to download the nextcloud package from |
| nextcloud_package_destination | "{{ ansible_env.HOME }}" | This is a temporary location to download the package to. Generally doesn't need to be tweaked. |
| nextcloud_use_firewalld | yes | Whether or not firewalld is in use on the remote |
Dependencies
None
Example Playbook
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- shouptech.nextcloud
License
BSD
Author Information
Mike Shoup mike@shouptech.com