Role memcached_server for OpenStack-Ansible
Go to file
Jean-Philippe Evrard d76fb52cb2 Consistency for multi-os in the includes
This makes the include_vars consistent accross all the
openstack-ansible-.* repos.

Change-Id: Iadfefc945ad91c036106caf6083bb53dd8aad5f2
2016-06-02 14:19:18 +01:00
defaults install_test_packages isn't set in memcached role 2016-05-31 11:40:22 +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 Updated role using the Multi-Distro framework 2016-05-26 16:52:54 +01:00
releasenotes Removing the `verbose` variable 2016-05-24 09:22:22 -04:00
tasks Consistency for multi-os in the includes 2016-06-02 14:19:18 +01: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 first commit 2015-12-09 09:24:22 -06: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 Use ansible-lint 2.7.0 2016-05-31 10:29:58 -07:00
tox.ini Use ansible-lint 2.7.0 2016-05-31 10:29:58 -07: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"