aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-03-25 11:50:28 -0700
committerbnewbold <bnewbold@robocracy.org>2016-03-25 11:50:28 -0700
commit042c7a8140b0a3c5991030e10e394d452ae7d38f (patch)
treee84e67ea44374deca10b210a2fddcb20db396202 /README.md
parentbe8701c13800eb84fc4afb118c16738abee55850 (diff)
downloadinfra-042c7a8140b0a3c5991030e10e394d452ae7d38f.tar.gz
infra-042c7a8140b0a3c5991030e10e394d452ae7d38f.zip
add vault stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5989cc0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+
+This repo contains helpful Ansible scripts for maintaining the bnewbold's
+servers and infrastructure.
+
+Be sure to keep things compatible with ansible 1.7.2 (the version in Debian
+jessie).
+
+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