Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mother-of-all-self-hosting/ansible-role-nextcloud
An Ansible role for installing the Nextcloud groupware server
https://github.com/mother-of-all-self-hosting/ansible-role-nextcloud
ansible-role docker nextcloud
Last synced: 8 days ago
JSON representation
An Ansible role for installing the Nextcloud groupware server
- Host: GitHub
- URL: https://github.com/mother-of-all-self-hosting/ansible-role-nextcloud
- Owner: mother-of-all-self-hosting
- License: agpl-3.0
- Created: 2023-03-17T09:33:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T14:49:02.000Z (2 months ago)
- Last Synced: 2024-09-15T00:35:19.018Z (2 months ago)
- Topics: ansible-role, docker, nextcloud
- Language: Jinja
- Homepage:
- Size: 73.2 KB
- Stars: 2
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextcloud Ansible role
This is an [Ansible](https://www.ansible.com/) role which installs [Nextcloud](https://nextcloud.com) to run as a [Docker](https://www.docker.com/) container wrapped in a systemd service.
This role *implicitly* depends on:
- [`com.devture.ansible.role.playbook_help`](https://github.com/devture/com.devture.ansible.role.playbook_help)
- [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base)Check [defaults/main.yml](defaults/main.yml) for the full list of supported options.
For an Ansible playbook which integrates this role and makes it easier to use, see the [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook).