Role memcached_server for OpenStack-Ansible
Go to file
Jesse Pretorius 99e5aee301 Ensure that gate test does not remove ~/.ansible/tmp
As zuul uses Ansible the ~/.ansible directory is populated with
artifacts which zuul uses to facilitate the job execution.

This patch ensures that the execution of tests does not remove
the whole ~/.ansible directory, but instead only removes the
parts which we populate.

Change-Id: I299f19cd999869dd3f41d24fbdad044816998866
(cherry picked from commit 2858aa0656)
2016-07-08 16:47:29 +01:00
defaults Configure nofile OS limit for memcached server role 2016-05-20 09:09:17 -05: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 Configure nofile OS limit for memcached server role 2016-05-20 09:09:17 -05:00
tasks Configure nofile OS limit for memcached server role 2016-05-20 09:09:17 -05: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 Update tox configuration 2016-07-07 13:35:19 +01:00
tox.ini Ensure that gate test does not remove ~/.ansible/tmp 2016-07-08 16:47:29 +01: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"