Role memcached_server for OpenStack-Ansible
Go to file
Travis Truman 7f2ff30347 Role tests should test against the same branch
All dependent roles used in testing must be the
same branch as the role under test

Change-Id: Icb2d9020e9576a4a207b677b6ab17116726ce138
2016-05-03 12:09:57 -04: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
releasenotes Remove Liberty releasenote index 2016-04-20 22:55:52 +00: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 Role tests should test against the same branch 2016-05-03 12:09:57 -04:00
.gitignore Add reno scaffolding for release notes management 2016-04-14 13:01:54 +00:00
.gitreview Update .gitreview for stable/mitaka 2016-04-02 14:45:53 -04: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 dependencies for paramiko 2.0 2016-05-03 13:57:16 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 13:57:16 +00: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 blacklist Ansible 1.9.6 2016-04-18 08:01:37 +00:00
tox.ini Add reno scaffolding for release notes management 2016-04-14 13:01:54 +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"