ansible-owncloud
owncloud
This role installs a ownCloud instance on a specified host, either with SQLite, MySQL, MariaDB or PostgreSQL database as a backend and an nginx webserver as a frontend.
Note that Nginx is not officially supported by ownCloud nor NextCloud but it is community supported and should work without problems. Apache is supported by the role but not yet used by default.
Features
- LDAP setup.
- In memory caching using Redis for file locking and APCu.
- ownCloud theming support.
- Extensive configuration options via Ansible’s inventory.
- Fully automated ownCloud security updates. Not yet enabled by default.
Installation
This role requires at least Ansible v2.1.4
. To install it, run:
ansible-galaxy install debops.owncloud
Documentation
More information about debops.owncloud
can be found in the
official debops.owncloud documentation.
Role dependencies
debops.secret
Are you using this as a standalone role without DebOps?
You may need to include missing roles from the DebOps common playbook into your playbook.
Try DebOps now for a complete solution to run your Debian-based infrastructure.
Authors and license
- Maciej Delmanowski | e-mail | Twitter | GitHub
- Robin Schneider (maintainer) | e-mail | GitHub
- Hartmut Goebel | e-mail | GitHub
License: GPL-3.0
This role is part of DebOps. README generated by ansigenome.
Install and manage ownCloud instance
ansible-galaxy install ypid/ansible-owncloud