{"id":15748375,"url":"https://github.com/karras/ansible-collection-ocis","last_synced_at":"2025-05-07T05:23:58.120Z","repository":{"id":206709668,"uuid":"716731598","full_name":"karras/ansible-collection-ocis","owner":"karras","description":" Ansible collection to manage ownCloud Infinite Scale (oCIS).","archived":false,"fork":false,"pushed_at":"2025-02-22T12:16:30.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-31T06:44:02.798Z","etag":null,"topics":["ansible","ansible-collection","archlinux","ocis","owncloud"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karras.png","metadata":{"files":{"readme":"README.md","changelog":"changelogs/changelog.yaml","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-09T18:51:40.000Z","updated_at":"2025-02-22T12:16:33.000Z","dependencies_parsed_at":"2023-12-09T13:25:04.002Z","dependency_job_id":"d554d0f1-6c10-4c19-bc7b-4e8d68035b5b","html_url":"https://github.com/karras/ansible-collection-ocis","commit_stats":null,"previous_names":["karras/ansible-role-ocis","karras/ansible-collection-ocis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karras%2Fansible-collection-ocis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karras%2Fansible-collection-ocis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karras%2Fansible-collection-ocis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karras%2Fansible-collection-ocis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karras","download_url":"https://codeload.github.com/karras/ansible-collection-ocis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252819416,"owners_count":21809022,"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":["ansible","ansible-collection","archlinux","ocis","owncloud"],"created_at":"2024-10-04T05:41:36.446Z","updated_at":"2025-05-07T05:23:58.059Z","avatar_url":"https://github.com/karras.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Collection - karras.ocis\n\nAnsible collection to manage ownCloud Infinite Scale (oCIS).\n\n[![Test](https://github.com/karras/ansible-collection-ocis/actions/workflows/test.yml/badge.svg)](https://github.com/karras/ansible-collection-ocis/actions/workflows/test.yml) [![Release](https://github.com/karras/ansible-collection-ocis/actions/workflows/release.yml/badge.svg)](https://github.com/karras/ansible-collection-ocis/actions/workflows/release.yml)\n\n## Compatibility\n\nCurrently only supports Arch Linux.\n\n## Roles\n\nThe following roles are part of this collection:\n\n| Role                       | Purpose                              | Dependencies |\n| -------------------------- | ------------------------------------ | ------------ |\n| [ocis](./roles/ocis)       | ownCloud Infinite Scale (oCIS) setup | n/a          |\n| [traefik](./roles/traefik) | Traefik setup                        | n/a          |\n\nWhenever possible only Ansible builtin modules are leveraged, which can lead to\nsome more complex tasks structures though.\n\n## Usage\n\nFollow the below steps to start using the collection:\n\n* Install the latest collection version:\n\n```sh\nansible-galaxy collection install karras.ocis\n```\n\n* Create a new playbook (e.g. `server.yml`) which includes the desired roles:\n\n```yaml\n---\n\n- name: deploy and manage ocis\n  hosts: all\n  become: yes\n  roles:\n    - karras.ocis.ocis\n    - karras.ocis.traefik\n```\n\n* Define an inventory, in this case Ansible is executed against localhost:\n\n```ini\n[dev]\nocis ansible_connection=local\n```\n\n* Finally run the playbook:\n\n```sh\nansible-playbook server.yml -i inventory -K\n```\n\n## License\n\nSee [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarras%2Fansible-collection-ocis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarras%2Fansible-collection-ocis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarras%2Fansible-collection-ocis/lists"}