Skip to content

awasilyev/memcached-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memcached

Build Status

Use this role to add a memcached service to your Ansible Container project. See Role Variables below for how to set the memory size and maximum connectiin number. Connect to the memcached on port 11211.

Run the following commands to install the service:

# Set the working directory to your Ansible Container project root
$ cd myproject

# Install the service
$ ansible-container install awasilyev.memcached-container-role 

Role Variables

Set the following environment variables in container.yml:

MEMCACHED_MEM

max memory to use for items in megabytes (default: 64 MB)

MEMCACHED_MAXCONN

max simultaneous connections (default: 1024)

Dependencies

None.

License

MIT/BSD

Author Information

@awasilyev

based on original memcached role

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published