Role memcached_server for OpenStack-Ansible
Go to file
Kevin Carter 3ab920ce2b
Implement log directory link checking
This change implements the log directory link checking. This will ensure
the role is able to handle instances where memcached is deployed outside
of a container using the "is_metal: true" property from OSA.

Change-Id: Ia5e38dd1fda9f7fa5876e0a2824c88d0fa3d2b8d
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-08-08 23:51:54 -05:00
defaults Add ability to change apt/yum package state 2016-08-02 07:48:48 +00:00
doc Ensure that doc linting is included in the linters test 2016-07-25 21:45:27 +01: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 Add ability to change apt/yum package state 2016-08-02 07:48:48 +00:00
tasks Implement log directory link checking 2016-08-08 23:51:54 -05: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 Adding Vagrantfile for developer testing 2016-08-05 11:27:08 -04: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 Ensure that doc linting is included in the linters test 2016-07-25 21:45:27 +01:00
Vagrantfile Adding Vagrantfile for developer testing 2016-08-05 11:27:08 -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 Updated from global requirements 2016-07-12 14:47:32 +00:00
test-requirements.txt Implement doc8 checks for docs 2016-07-13 12:30:45 +01:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-25 21:45:27 +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" }