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
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2016-04-02 14:45:53 -04:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2016-05-03 13:57:16 +00:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2016-07-07 13:35:19 +01:00

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"
Description
Role memcached_server for OpenStack-Ansible
Readme 2.7 MiB
Languages
Python 88.1%
Jinja 11.9%