openstack-ansible/playbooks/roles/memcached_server
kevin ca9cbb8f8f Removed memcached log directory task
The memcached play has a log directory task that will cause an issue
with permissions with a container where memcached is installed. To
solve this issue the log directory permissions change task needs to
be removed

Change-Id: I7daa76e601a1bf430765866c1e4c0b8f9638aa73
Closes-Bug: 1459039
2015-05-26 15:50:08 -07:00
..
defaults Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Removed memcached log directory task 2015-05-26 15:50:08 -07:00
templates Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00

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"