README.md: Fix ansible-playbook invocation

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-08-25 14:49:53 +03:00
parent 4867a2398f
commit 5bcdfdd15a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Playbook for base and initial configuration of web server hosting my personal we
### To use
Create a new Ubuntu 14.04 host, add a user account, copy your SSH public key, then execute:
ansible-playbook site.yml -i hosts -K
ansible-playbook site.yml -i hosts --limit=web01 -K
### Testing
For testing, use a VM, ie with KVM and libvirt: