Role memcached_server for OpenStack-Ansible
Go to file
Jesse Pretorius 2858aa0656 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
2016-07-08 13:18:24 +01:00
defaults install_test_packages isn't set in memcached role 2016-05-31 11:40:22 +01:00
doc DOC - Adopting the common role documentation pattern 2016-06-10 09:58:41 -04:00
handlers first commit 2015-12-09 09:24:22 -06:00
meta Update meta to show support for Xenial and CentOS 2016-06-10 10:00:50 -04:00
releasenotes Fix spacing and markup in release note 2016-06-15 09:28:11 -05:00
tasks Cleanup/standardize usage of tags 2016-06-10 09:49:02 -04:00
templates Updated role using the Multi-Distro framework 2016-05-26 16:52:54 +01:00
tests Updated role using the Multi-Distro framework 2016-05-26 16:52:54 +01:00
vars Updated role using the Multi-Distro framework 2016-05-26 16:52:54 +01:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:18:42 +01: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 DOC - Adopting the common role documentation pattern 2016-06-10 09:58:41 -04:00
other-requirements.txt Updated role using the Multi-Distro framework 2016-05-26 16:52:54 +01:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:54:39 +01: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 Move ansible test requirements into tox.ini 2016-07-06 16:17:51 +01:00
tox.ini Ensure that gate test does not remove ~/.ansible/tmp 2016-07-08 13:18:24 +01:00

README.rst

OpenStack-Ansible Memcached Server

Ansible role to install and configure Memcached

Default Variables

../../defaults/main.yml

Required Variables

None

Example Playbook

- name: Install memcached
  hosts: memcached
  user: root
  roles:
    - { role: "memcached_server" }