https://github.com/boutetnico/ansible-role-memcached
Install and configure Memcached with Ansible.
https://github.com/boutetnico/ansible-role-memcached
ansible debian memcached ubuntu
Last synced: 3 months ago
JSON representation
Install and configure Memcached with Ansible.
- Host: GitHub
- URL: https://github.com/boutetnico/ansible-role-memcached
- Owner: boutetnico
- License: mit
- Created: 2019-11-13T14:25:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-05T10:28:14.000Z (5 months ago)
- Last Synced: 2026-02-05T21:59:54.095Z (5 months ago)
- Topics: ansible, debian, memcached, ubuntu
- Language: Jinja
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/boutetnico/ansible-role-memcached/actions?query=workflow%3A%22Test+ansible+role%22)
[](https://galaxy.ansible.com/boutetnico/memcached)
ansible-role-memcached
======================
This role installs and configures [Memcached](https://memcached.org/).
Requirements
------------
Ansible 2.10 or newer.
Supported Platforms
-------------------
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Debian - 13 (Trixie)](https://wiki.debian.org/DebianTrixie)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)
- [Ubuntu - 24.04 (Noble Numbat)](http://releases.ubuntu.com/24.04/)
Role Variables
--------------
| Variable | Required | Default | Choices | Comments |
|------------------------------|----------|----------------------------|-----------|------------------------------------------|
| memcached_daemon | true | `true` | boolean | |
| memcached_logfile | true | `/var/log/memcached.log` | string | |
| memcached_verbose | true | `false` | boolean | |
| memcached_more_verbose | true | `false` | boolean | |
| memcached_memory | true | `64` | integer | |
| memcached_port | true | `11211` | integer | |
| memcached_user | true | `memcache` | string | |
| memcached_listen | true | `127.0.0.1` | string | |
| memcached_pidfile | false | | string | OS-specific. See `vars/*.yml`. |
Dependencies
------------
None
Example Playbook
----------------
- hosts: all
roles:
- role: ansible-role-memcached
Testing
-------
molecule test
License
-------
MIT
Author Information
------------------
[@boutetnico](https://github.com/boutetnico)