memcached01/02 reborn as rhel7 and with much ansible.

This commit is contained in:
Kevin Fenzi 2014-07-14 21:23:23 +00:00
parent 9e57170d2d
commit 77897bacc7
8 changed files with 114 additions and 0 deletions

View file

@ -112,3 +112,6 @@
- name: restart dhcpd
service: name=dhcpd state=restarted
- name: restart memcached
service: name=memcached state=restarted