README.md: Fix ansible-playbook invocation

Signed-off-by: Alan Orth <alan.orth@gmail.com>
pull/10/head
Alan Orth 9 years ago
parent 4867a2398f
commit 5bcdfdd15a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

@ -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:

Loading…
Cancel
Save