mrlesmithjr.memcached

Role Name

An Ansible role to install/configure memcached

Build Status

Build Status

Requirements

None

Role Variables

---
# defaults file for ansible-memcached
memcached_config: false
memcached_connections_in_limit: '1024'
memcached_listen_address: '127.0.0.1'
memcached_log_file: '/var/log/memcached.log'
memcached_memory_cap: '64'
memcached_port: '11211'
memcached_verbose: false
memcached_verbose_verbose: false

Dependencies

None

Example Playbook

- hosts: memcached_hosts
  become: true
  vars:
  roles:
    - role: ansible-memcached
  tasks:

License

BSD

Author Information

Larry Smith Jr.

About

An [Ansible] role to install/configure [memcached]

Install
ansible-galaxy install mrlesmithjr.memcached
GitHub repository
License
Unknown
Downloads
466
Owner
Sharing practical insights on virtualization, cloud, automation, and DevOps to help others build, automate, and innovate with confidence.