summaryrefslogtreecommitdiff
path: root/.ansible/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-06-10 11:55:30 +0300
committerdefanor <defanor@uberspace.net>2018-06-10 11:55:30 +0300
commit4df5ce21ffbbacaf5c931174c5a6be8778641f6b (patch)
treeefbd20aca4a4281c726f594234ae8100bd9a7534 /.ansible/README
parent9c34c4957728363e9d81f5684df18d26cc3727c0 (diff)
Add ansible configuration
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
+