changeset 4:10b8ebf3d1ad

fix ansible execute command in readme
author taiki
date Tue, 21 Oct 2014 06:06:34 +0900
parents 8026563e9b37
children c7244cc32aef
files README.md playbook.yml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Oct 21 05:59:03 2014 +0900
+++ b/README.md	Tue Oct 21 06:06:34 2014 +0900
@@ -16,5 +16,5 @@
 
 execute ansible playbook
     
-    ansible-playbook -i hosts playbook.yml
+    ansible-playbook -i hosts playbook.yml --ask-sudo-pass
 
--- a/playbook.yml	Tue Oct 21 05:59:03 2014 +0900
+++ b/playbook.yml	Tue Oct 21 06:06:34 2014 +0900
@@ -1,4 +1,4 @@
-- hosts: blade-servers
+- hosts: bladeservers
   sudo: yes
   tasks:
     - name: "Yum update"