Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bodsch/ansible-collection-cloud
A collection of Ansible roles to manage nextcloud and Co.
https://github.com/bodsch/ansible-collection-cloud
ansible ansible-collection automation calcardbackup collabora nextcloud
Last synced: about 21 hours ago
JSON representation
A collection of Ansible roles to manage nextcloud and Co.
- Host: GitHub
- URL: https://github.com/bodsch/ansible-collection-cloud
- Owner: bodsch
- License: apache-2.0
- Created: 2024-12-01T01:17:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T05:26:02.000Z (12 days ago)
- Last Synced: 2025-01-27T06:26:35.538Z (12 days ago)
- Topics: ansible, ansible-collection, automation, calcardbackup, collabora, nextcloud
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Collection - bodsch.cloud
A collection of Ansible roles for Nextcloud and Tools.
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-collection-cloud/main.yml?branch=main)][ci]
[![GitHub issues](https://img.shields.io/github/issues/bodsch/ansible-collection-cloud)][issues]
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bodsch/ansible-collection-cloud)][releases][ci]: https://github.com/bodsch/ansible-collection-cloud/actions
[issues]: https://github.com/bodsch/ansible-collection-cloud/issues?q=is%3Aopen+is%3Aissue
[releases]: https://github.com/bodsch/ansible-collection-cloud/releases## supported operating systems
* Arch Linux
* Debian based
- Debian 10 / 11
- Ubuntu 20.10## Contribution
Please read [Contribution](CONTRIBUTING.md)
## Development, Branches (Git Tags)
The `master` Branch is my *Working Horse* includes the "latest, hot shit" and can be complete broken!
If you want to use something stable, please use a [Tagged Version](https://github.com/bodsch/ansible-collection-cloud/tags)!
---
## Roles
| Role | Build State | Description |
|:----------------------------------------------------------- | :---- | :---- |
| [bodsch.cloud.nextcloud](./roles/nextcloud/README.md) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-collection-cloud/nextcloud.yml?branch=main)][nextcloud] | Ansible role to install and configure `nextcloud`. |
| [bodsch.cloud.collabora](./roles/collabora/README.md) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-collection-cloud/collabora.yml?branch=main)][collabora] | Ansible role to install and configure `collabora`. |
| [bodsch.cloud.calcardbackup](./roles/calcardbackup/README.md) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-collection-cloud/calcardbackup.yml?branch=main)][calcardbackup] | Ansible role to install and configure `calcardbackup`. |[nextcloud]: https://github.com/bodsch/ansible-collection-cloud/actions/workflows/nextcloud.yml
[collabora]: https://github.com/bodsch/ansible-collection-cloud/actions/workflows/collabora.yml
[calcardbackup]: https://github.com/bodsch/ansible-collection-cloud/actions/workflows/calcardbackup.yml