1
0
Fork 0
mirror of https://github.com/shouptech/ansible-role-nextcloud.git synced 2026-02-03 06:59:42 +00:00
No description
Find a file
2017-11-10 18:33:03 -07:00
defaults Remove unused variable 2017-11-10 17:26:36 -07:00
handlers Initial commit 2017-11-10 15:37:59 -07:00
meta Update metadata 2017-11-10 17:24:26 -07:00
tasks Remove unnecessary indentation 2017-11-10 17:25:33 -07:00
tests Add tests 2017-11-10 18:24:26 -07:00
vars Initial commit 2017-11-10 15:37:59 -07:00
.travis.yml Add tests 2017-11-10 18:24:26 -07:00
LICENSE Add LICENSE file 2017-11-10 18:33:03 -07:00
README.md Update README.md 2017-11-10 17:30:43 -07:00

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