summaryrefslogtreecommitdiff
path: root/.ansible/README
diff options
context:
space:
mode:
Diffstat (limited to '.ansible/README')
-rw-r--r--.ansible/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/.ansible/README b/.ansible/README
new file mode 100644
index 0000000..a753811
--- /dev/null
+++ b/.ansible/README
@@ -0,0 +1,16 @@
+personalised.yaml is a basic ansible playbook to personalise the
+servers I work with, used with ansible 2.5.3.
+
+ssh-agent should be running, host_vars should be set with
+ansible-vault, e.g.:
+
+ ansible-vault create host_vars/example.com.yaml
+
+With contents such as:
+
+ ansible_become_password: examplepassword
+
+Invoked with:
+
+ ansible-playbook --ask-vault-pass ~/.ansible/personalised.yml
+