summaryrefslogtreecommitdiff
path: root/.ansible/README
blob: a75381179434f715895e11c713955b7031311194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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