aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-04-09 23:18:55 -0400
committerbnewbold <bnewbold@robocracy.org>2016-04-09 23:18:55 -0400
commit1495cb21f26faa0fa1e17e92e601b8e5b6ac785b (patch)
tree12496134ff9bf6543c0bba69ad3710be3959aaae /README.md
parentf03ea41c89ebc8dc2f4b41e99ad9f1d601981bc9 (diff)
downloadinfra-1495cb21f26faa0fa1e17e92e601b8e5b6ac785b.tar.gz
infra-1495cb21f26faa0fa1e17e92e601b8e5b6ac785b.zip
update README, TODO, etc
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5989cc0..00191eb 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,15 @@ servers and infrastructure.
Be sure to keep things compatible with ansible 1.7.2 (the version in Debian
jessie).
+Check out NOW_WHAT.md for next steps after creating a server with these
+scripts.
+
Vault:
export ANSIBLE_VAULT_PASSWORD_FILE=vault_pass.txt
http://docs.ansible.com/ansible/playbooks_vault.html
Example playbook call:
ansible-playbook -i hosts playbooks/init_adze.yml --vault-password-file=vault_pass.txt
+
+Run a single role (helpful for dev):
+ ansible-playbook -i hosts playbooks/init_adze.yml --vault-password-file=vault_pass.txt -t nginx