1
0
Fork 0
mirror of https://github.com/shouptech/ansible-role-nextcloud.git synced 2026-02-03 15:09:42 +00:00
ansible-role-nextcloud/README.md
2017-11-10 17:30:43 -07:00

42 lines
948 B
Markdown

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>