git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a742ef7
)
Playbook for memcahed
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 15 Jan 2017 04:14:27 +0000
(20:14 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 15 Jan 2017 04:14:27 +0000
(20:14 -0800)
ch13/ansible/main.yml
patch
|
blob
|
history
diff --git
a/ch13/ansible/main.yml
b/ch13/ansible/main.yml
index
198f400
..
8310085
100644
(file)
--- 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