{"id":22845585,"url":"https://github.com/idealista/nextcloud_role","last_synced_at":"2025-03-31T05:27:33.693Z","repository":{"id":45562776,"uuid":"417187802","full_name":"idealista/nextcloud_role","owner":"idealista","description":"Nextcloud role","archived":false,"fork":false,"pushed_at":"2022-01-04T17:56:29.000Z","size":100,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-02-06T09:48:04.599Z","etag":null,"topics":["nextcloud","nextcloud-installation","nextcloud-server"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idealista.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-14T15:38:43.000Z","updated_at":"2021-11-02T10:17:26.000Z","dependencies_parsed_at":"2022-09-21T19:24:41.616Z","dependency_job_id":null,"html_url":"https://github.com/idealista/nextcloud_role","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fnextcloud_role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fnextcloud_role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fnextcloud_role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fnextcloud_role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idealista","download_url":"https://codeload.github.com/idealista/nextcloud_role/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246421841,"owners_count":20774584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextcloud","nextcloud-installation","nextcloud-server"],"created_at":"2024-12-13T03:17:42.307Z","updated_at":"2025-03-31T05:27:33.673Z","avatar_url":"https://github.com/idealista.png","language":"Jinja","readme":"# Nextcloud Ansible role\n![Logo](logo.gif)\n\n[![Build Status](https://app.travis-ci.com/idealista/nextcloud_role.svg)](https://app.travis-ci.com/github/idealista/nextcloud_role)\n[![Ansible Galaxy](https://img.shields.io/badge/galaxy-idealista.nextcloud_role-B62682.svg)](https://galaxy.ansible.com/idealista/nextcloud_role)\n\n\n\nThis ansible role installs [Nextcloud](https://docs.nextcloud.com/) in a Debian environment. It has been tested for the following Debian versions:\n\n* Buster\n\nThis role has been generated using the [cookiecutter](https://github.com/cookiecutter/cookiecutter) tool, you can generate a similar role that fits your needs using the this [cookiecutter template](https://github.com/idealista/cookiecutter-ansible-role).\n\n- [Getting Started](#getting-started)\n\t- [Prerequisities](#prerequisities)\n\t- [Installing](#installing)\n- [Usage](#usage)\n- [Testing](#testing)\n- [Built With](#built-with)\n- [Versioning](#versioning)\n- [Authors](#authors)\n- [License](#license)\n- [Contributing](#contributing)\n\n## Getting Started\nThese instructions will get you a copy of the role for your Ansible playbook. Once launched, it will install Nextcloud in a Debian system.\n\n### Prerequisities\n\nAnsible 4.4.0 version installed.\n\nMolecule 3.x.x version installed.\n\nInventory destination should be a Debian environment with [PHP](https://github.com/idealista/php_role) and [NGINX](https://github.com/idealista/nginx_role) installed.\n\nYou will also need an accessible database for nextcloud. This role supports [MariaDB, MySQL](https://github.com/idealista/mysql_role) and [PostgreSQL](https://github.com/idealista/postgresql_role) databases.\n\nDo not forget to adjust variables such as ``database_type`` and ``database_hosts`` to your convenience.\n\nFor testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss](https://github.com/aelsabbahy/goss) as verifier.\n\n### Installing\n\nCreate or add to your roles dependency file (e.g requirements.yml):\n\n```\n- src: idealista.nextcloud_role\n  version: 1.0.0\n  name: nextcloud_role\n```\n\nInstall the role with ansible-galaxy command:\n\n```\nansible-galaxy install -p roles -r requirements.yml -f\n```\n\nUse in a playbook:\n\n```\n---\n- hosts: someserver\n  roles:\n    - role: nextcloud_role\n```\n\n## Usage\n\nLook to the [defaults](defaults/main.yml) properties file to see the possible configuration properties, it is very likely that you will not need to override any variables.\n\n\n## Testing\n\n### Install dependencies\n\n```sh\n$ pipenv sync\n```\n\nFor more information read the [pipenv docs](ipenv-fork.readthedocs.io/en/latest/).\n\n### Testing\n\n```sh\n$ pipenv run molecule test \n```\n\n## Built With\n\n![Ansible](https://img.shields.io/badge/ansible-4.4.0-green.svg)\n![Molecule](https://img.shields.io/badge/molecule-3.4.0-green.svg)\n![Goss](https://img.shields.io/badge/goss-0.3.16-green.svg)\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/idealista/nextcloud_role/tags).\n\nAdditionaly you can see what change in each version in the [CHANGELOG.md](CHANGELOG.md) file.\n\n## Authors\n\n* **Idealista** - *Work with* - [idealista](https://github.com/idealista)\n\nSee also the list of [contributors](https://github.com/idealista/nextcloud_role/contributors) who participated in this project.\n\n## License\n\n![Apache 2.0 License](https://img.shields.io/hexpm/l/plug.svg)\n\nThis project is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Fnextcloud_role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidealista%2Fnextcloud_role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Fnextcloud_role/lists"}