From: Lorin Hochstein Date: Sun, 15 Jan 2017 04:14:27 +0000 (-0800) Subject: Playbook for memcahed X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=37ecfc90b13d0a5db6dd18e4f05c2e3ab4a8a2a0;p=ansiblebook.git Playbook for memcahed --- diff --git a/ch13/ansible/main.yml b/ch13/ansible/main.yml index 198f400..8310085 100644 --- a/ch13/ansible/main.yml +++ b/ch13/ansible/main.yml @@ -5,5 +5,7 @@ # For many examples of roles, check out Ansible Galaxy: https://galaxy.ansible.com/ # --- -- hosts: all - gather_facts: false \ No newline at end of file +- hosts: memcached + gather_facts: false + roles: + - memcached