Installation and usage¶
Installation¶
ansible-galaxy collection install \
git+https://github.com/grnet/grnet.nextcloud.git
How to use¶
The repository has an examples directory. Use it like this:
Ensure you have a valid domain name on which to install Nextcloud (it’s hard to use an invalid domain name because certbot will not work properly).
Ensure the collection is installed as explained in the “Installation” section above.
Copy
examples/nextcloud-deployelsewhere and go there to make changes.Find all instances of
example.comand modify them as needed.Run the playbook:
ansible-playbook site.yml.
For more information, check the role reference.