From 630a5c04fa485b6b53eac932fb0f969fc8ae97ac Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Thu, 6 Feb 2014 17:43:21 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c71c6ff..9efb795 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is just my repository of playbooks. You can now test by typing: - ansible-playbook -c local --tags="common,mysql,apache" ./create-user.yml + ansible -c local -m ping all You should see: @@ -43,6 +43,6 @@ You may need to set up a ~/.my.cnf file for the user you'll run this as (you'll By executing the following, it will setup only the commonly used components: - ansible-playbook -c local --tags="common" ./create-user.yml + ansible-playbook -c local --tags="common,mysql,apache,file" ./create-user.yml You can also just run the run-all script.