Skip to content
This repository was archived by the owner on Jul 4, 2019. It is now read-only.

proacem/ansible.memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: memcached

Build Status license Ansible Galaxy

Description

Installation

ansible-galaxy install arillso.memcached

Requirements

None

Role Variables

Variable Default Comments (type)
memcached_host 0.0.0.0 Address to listen for connections
memcached_port 11211 Port to listen for connections
memcached_max_conn 512
memcached_cache_size 64 Max memory to use in megabytes
memcached_fs_file_max 756024
memcached_options
memcached_user memcache

Dependencies

None

Example Playbook

- hosts: all
  roles:
     - arillso.memcached

Changelog

1.1

  • add become support

1.0

  • initial commit

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2018, Simon Bärlocher

About

Ansible role for installing Memcached. [DEPRECATED]

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors