Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/debops/ansible-owncloud

Install and manage ownCloud instance
https://github.com/debops/ansible-owncloud

Last synced: 3 months ago
JSON representation

Install and manage ownCloud instance

Awesome Lists containing this project

README

        

## [![DebOps](https://debops.org/images/debops-small.png)](https://debops.org) owncloud

[![Travis CI](https://img.shields.io/travis/debops/ansible-owncloud.svg?style=flat)](https://travis-ci.org/debops/ansible-owncloud)
[![test-suite](https://img.shields.io/badge/test--suite-ansible--owncloud-blue.svg?style=flat)](https://github.com/debops/test-suite/tree/master/ansible-owncloud/)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-debops.owncloud-660198.svg?style=flat)](https://galaxy.ansible.com/debops/owncloud)

This role installs a [ownCloud](https://owncloud.org/) 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](https://github.com/debops/ansible-owncloud/issues/49)
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](https://github.com/debops/ansible-owncloud/issues/28).

### Installation

This role requires at least Ansible `v2.1.4`. To install it, run:

```Shell
ansible-galaxy install debops.owncloud
```

### Documentation

More information about `debops.owncloud` can be found in the
[official debops.owncloud documentation](https://docs.debops.org/en/latest/ansible/roles/ansible-owncloud/docs/).

### 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](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.

[Try DebOps now](https://debops.org/) for a complete solution to run your Debian-based infrastructure.

### Authors and license

- [Maciej Delmanowski](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-drybjed) | [e-mail](mailto:[email protected]) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
- [Robin Schneider](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-ypid) (maintainer) | [e-mail](mailto:[email protected]) | [GitHub](https://github.com/ypid)
- [Hartmut Goebel](http://www.crazy-compilers.com/) | [e-mail](mailto:[email protected]) | [GitHub](https://github.com/htgoebel)

License: [GPL-3.0](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)

***

This role is part of [DebOps](https://debops.org/). README generated by [ansigenome](https://github.com/nickjj/ansigenome/).