From 4df5ce21ffbbacaf5c931174c5a6be8778641f6b Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 10 Jun 2018 11:55:30 +0300 Subject: Add ansible configuration --- .ansible/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .ansible/README (limited to '.ansible/README') 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 + -- cgit v1.2.3