Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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