Role memcached_server for OpenStack-Ansible
Go to file
Jean-Philippe Evrard 2d937511d6 Improved logging for memcached
- Moved to the right folder to get it accessed on bare metal
  when containerized
- Making it work for rsyslog and logrotation's existing
  roles
- Changed the gate tests to reflect path change

Closes-Bug: #1569171

Change-Id: I3a1c2f50ab63b55b39318ba40c0921f6b738cafb
2016-04-13 18:16:07 +01:00
defaults Improved logging for memcached 2016-04-13 18:16:07 +01: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
tasks Improved logging for memcached 2016-04-13 18:16:07 +01:00
templates Improved logging for memcached 2016-04-13 18:16:07 +01:00
tests Improved logging for memcached 2016-04-13 18:16:07 +01:00
.gitignore updated repo pathing for new org 2015-12-10 16:51:45 -06: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 first commit 2015-12-09 09:24:22 -06:00
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:22:05 +00:00
run_tests.sh first commit 2015-12-09 09:24:22 -06: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 pin version of ansible-lint we use for testing 2016-03-15 15:51:44 +00:00
tox.ini Update tox config and add bashate E006, E040 exceptions 2016-02-12 11:38:06 +00: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"