Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n1k0r/ansible-role-nextcloud
NextCloud role for Ansible
https://github.com/n1k0r/ansible-role-nextcloud
administration ansible ansible-role deployment linux nextcloud server
Last synced: 15 days ago
JSON representation
NextCloud role for Ansible
- Host: GitHub
- URL: https://github.com/n1k0r/ansible-role-nextcloud
- Owner: n1k0r
- Created: 2024-04-01T09:20:00.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-23T07:23:30.000Z (7 months ago)
- Last Synced: 2024-10-16T22:27:04.082Z (29 days ago)
- Topics: administration, ansible, ansible-role, deployment, linux, nextcloud, server
- Language: Jinja
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextCloud role for Ansible
## Variables
```yaml
nextcloud:
version: 21
domain: cloud.example.com
trusted_domains: 192.168.*.* cloud.example.com
internal_port: 4000
admin:
user: admin
password: adminpass
nginx: # only affects how server config generation
includes:
- snippets/acme-challenge.conf
mounts:
- /mnt/hdd
```External handler "Restart Nginx" is used. Provided by https://github.com/n1k0r/ansible-role-nginx