Role memcached_server for OpenStack-Ansible
Go to file
Jenkins 589f45d66f Merge "pin version of ansible-lint we use for testing" 2016-03-15 16:46:36 +00:00
defaults Only update apt cache if necessary 2016-02-15 14:49:43 +01:00
doc first commit 2015-12-09 09:24:22 -06:00
handlers first commit 2015-12-09 09:24:22 -06:00
meta first commit 2015-12-09 09:24:22 -06:00
tasks Only update apt cache if necessary 2016-02-15 14:49:43 +01:00
templates first commit 2015-12-09 09:24:22 -06:00
tests Update tox config and add bashate E006, E040 exceptions 2016-02-12 11:38:06 +00:00
.gitignore updated repo pathing for new org 2015-12-10 16:51:45 -06:00
.gitreview updated repo pathing for new org 2015-12-10 16:51:45 -06:00
CONTRIBUTING.rst first commit 2015-12-09 09:24:22 -06:00
LICENSE first commit 2015-12-09 09:24:22 -06:00
README.rst first commit 2015-12-09 09:24:22 -06:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:22:05 +00:00
run_tests.sh first commit 2015-12-09 09:24:22 -06:00
setup.cfg first commit 2015-12-09 09:24:22 -06:00
setup.py first commit 2015-12-09 09:24:22 -06:00
test-requirements.txt pin version of ansible-lint we use for testing 2016-03-15 15:51:44 +00:00
tox.ini Update tox config and add bashate E006, E040 exceptions 2016-02-12 11:38:06 +00:00

README.rst

OpenStack memcached servers

tags

openstack, memcached, server, cloud, ansible

category

*nix

Role for the deployoment and installation of Memcached

- name: Install memcached
  hosts: memcached
  user: root
  roles:
    - { role: "memcached_server", tags: [ "memcached-server" ] }
  vars:
    memcached_listen: "10.0.0.1"