{"id":21163519,"url":"https://github.com/punktde/ansible-proserver-redis","last_synced_at":"2026-02-20T09:04:59.272Z","repository":{"id":139102577,"uuid":"114396727","full_name":"punktDe/ansible-proserver-redis","owner":"punktDe","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-19T15:35:37.000Z","size":31,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-02-19T19:13:46.420Z","etag":null,"topics":["ansible","database","proserver","redis"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/punktDe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-12-15T17:44:32.000Z","updated_at":"2023-11-30T10:08:05.000Z","dependencies_parsed_at":"2025-07-24T12:51:18.982Z","dependency_job_id":null,"html_url":"https://github.com/punktDe/ansible-proserver-redis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/punktDe/ansible-proserver-redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fansible-proserver-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fansible-proserver-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fansible-proserver-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fansible-proserver-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/punktDe","download_url":"https://codeload.github.com/punktDe/ansible-proserver-redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fansible-proserver-redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29646535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T08:48:14.886Z","status":"ssl_error","status_checked_at":"2026-02-20T08:45:26.777Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","database","proserver","redis"],"created_at":"2024-11-20T13:48:16.901Z","updated_at":"2026-02-20T09:04:59.266Z","avatar_url":"https://github.com/punktDe.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_ANSIBLE_DOCS --\u003e\n\u003c!--\nDo not edit README.md directly!\n\nThis file is generated automatically by aar-doc and will be overwritten.\n\nPlease edit meta/argument_specs.yml instead.\n--\u003e\n# ansible-proserver-redis\n\nredis role for Proserver\n\n## Supported Operating Systems\n\n- Debian 12, 13\n- Ubuntu 24.04, 22.04\n- FreeBSD [Proserver](https://infrastructure.punkt.de/de/produkte/proserver.html)\n\n## Role Arguments\n\n\n\n#### Options for `redis`\n\n|Option|Description|Type|Required|Default|\n|---|---|---|---|---|\n| `prefix` | Path and naming prefixes (config directory, etc.). | dict of 'prefix' options | no |  |\n| `service` | System service names for Redis server and Sentinel. | dict of 'service' options | no |  |\n| `redis.conf` | Redis server configuration as key-value pairs. Each key is written to redis.conf with the given value. Empty or false values remove the line. | dict | no |  |\n| `sentinel.conf` | Redis Sentinel configuration as key-value pairs. Each key is written to sentinel.conf. Only used when redis.replication.sentinel is true. | dict | no |  |\n| `replication` | Replication and Sentinel options. | dict of 'replication' options | no |  |\n\n#### Options for `redis.prefix`\n\n|Option|Description|Type|Required|Default|\n|---|---|---|---|---|\n| `config` | Directory containing redis.conf and sentinel.conf. Defaults to /etc/redis on Linux and /usr/local/etc on FreeBSD. | str | no |  |\n\n#### Options for `redis.service`\n\n|Option|Description|Type|Required|Default|\n|---|---|---|---|---|\n| `server` | Redis server service name. Defaults to redis-server on Linux and redis on FreeBSD. | str | no |  |\n| `sentinel` | Redis Sentinel service name. Defaults to redis-sentinel on Linux and sentinel on FreeBSD. | str | no | redis-sentinel |\n\n#### Options for `redis.replication`\n\n|Option|Description|Type|Required|Default|\n|---|---|---|---|---|\n| `sentinel` | Whether to install and configure Redis Sentinel. | bool | no | False |\n\n## Dependencies\nNone.\n\n## Installation\nAdd this role to the requirements.yml of your playbook as follows:\n```yaml\nroles:\n  - name: ansible-proserver-redis\n    src: https://github.com/punktDe/ansible-proserver-redis\n```\n\nAfterwards, install the role by running `ansible-galaxy install -r requirements.yml`\n\n## Example Playbook\n\n```yaml\n- hosts: all\n  roles:\n    - name: redis\n```\n\n\u003c!-- END_ANSIBLE_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunktde%2Fansible-proserver-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpunktde%2Fansible-proserver-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunktde%2Fansible-proserver-redis/lists"}