Role memcached_server for OpenStack-Ansible
Go to file
Jesse Pretorius cd8fb4b962 Merge bashate/pep8 lint jobs in common job
Instead of launching two separate build jobs in our CI infrastructure,
one for bashate and one for pep8, launch a single one. While the jobs
are short, the setup of the images takes a long time, so this is
friendlier to our CI infrastructure.

Use the pep8 environment as common lint target and merge the bashate job
into it.

This patch also renamed dev-requirements to test-requirements to bring it
into line with all other OpenStack projects.

Change-Id: Ieeffb7719b88213aaafa02073f931c491d3deee3
2015-12-15 09:38:08 +00:00
defaults first commit 2015-12-09 09:24:22 -06: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 first commit 2015-12-09 09:24:22 -06:00
templates first commit 2015-12-09 09:24:22 -06:00
tests updated repo pathing for new org 2015-12-10 16:51:45 -06: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
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 Merge bashate/pep8 lint jobs in common job 2015-12-15 09:38:08 +00:00
tox.ini Merge bashate/pep8 lint jobs in common job 2015-12-15 09:38:08 +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"