Role memcached_server for OpenStack-Ansible
Go to file
Kevin Carter b04b48bc7f Add handler when systemd is used
The service handler will restart a sysV or upstart init script when
present instead of a systemd service unit. In Xenial both upstart and
systemd service files can be present at the same time which can create
an unintended consequence by restarting the wrong service. This change
creates a guard so that if systemd is used we restart using a systemctl
command otherwise we use the service module.

> NOTE a systemctl command is used because the systemd module is not
  available until ansible 2.2

Change-Id: I71cd03ac0f10e88e83c085b7a87b7b2f710d0c3e
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-03-14 18:02:22 +00:00
defaults Optimise the distro package installation 2017-06-09 09:14:59 +01:00
doc Initial OSA zuul v3 role jobs 2017-10-22 08:21:11 +00:00
examples [DOCS] Move example playbook to separate file 2016-08-11 20:29:07 -05:00
handlers Add handler when systemd is used 2018-03-14 18:02:22 +00:00
meta Optimise the distro package installation 2017-06-09 09:14:59 +01:00
releasenotes Initial OSA zuul v3 role jobs 2017-10-22 08:21:11 +00:00
tasks Add handler when systemd is used 2018-03-14 18:02:22 +00:00
templates Add automatic restart for memcached 2017-08-21 19:11:49 +00:00
tests Used cached git sources and enable depends-on 2017-11-03 18:29:25 +00:00
vars Optimise the distro package installation 2017-06-09 09:14:59 +01:00
zuul.d Zuul: Remove project name 2018-02-09 00:09:42 -08:00
.gitignore Updated from OpenStack Ansible Tests 2017-08-25 11:24:09 +00:00
.gitreview Update .gitreview for stable/newton 2016-09-29 14:42:15 -04:00
CONTRIBUTING.rst [DOCS] - Removing tags: and category: 2016-08-18 19:41:49 +00:00
LICENSE first commit 2015-12-09 09:24:22 -06:00
README.rst [DOCS] Add project links to README 2016-08-16 08:40:45 -05:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-08-25 11:24:09 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-08-25 18:19:29 +00:00
manual-test.rc Use centralised test scripts 2016-09-30 10:33:27 +00:00
run_tests.sh Used cached git sources and enable depends-on 2017-11-03 18:29:25 +00:00
setup.cfg Changed the home-page link 2016-10-05 18:36:00 +00:00
setup.py Updated from global requirements 2016-07-12 14:47:32 +00:00
test-requirements.txt Updated from global requirements 2016-08-18 05:30:32 +00:00
tox.ini Used cached git sources and enable depends-on 2017-11-03 18:29:25 +00:00

README.rst

OpenStack-Ansible Memcached server

Ansible role to install and configure Memcached.

Documentation for the project can be found at:

http://docs.openstack.org/developer/openstack-ansible-memcached_server/

The project home is at:

http://launchpad.net/openstack-ansible