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/defaults/main.yml
Mike Shoup 5221a6c678 Add tasks to install nextcloud
This commit contains the initial tasks and variables needed to install
nextcloud.
2017-11-10 17:21:30 -07:00

6 lines
261 B
YAML

---
# defaults file for nextcloud
nextcloud_package_url: https://download.nextcloud.com/server/releases/nextcloud-12.0.3.tar.bz2
nextcloud_package_destination: "{{ ansible_env.HOME }}"
nextcloud_install_destination: /opt/nextcloud
nextcloud_use_firewalld: true