Prepare for vault usage

This commit is contained in:
Markus 2018-06-04 13:21:22 +02:00
parent 197af9ee3f
commit b164a91eaa
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.vault_pass
site.retry

10
ansible.cfg Normal file
View File

@ -0,0 +1,10 @@
[defaults]
ansible_managed = This file is managed by ansible, do not make manual changes - they may be overridden at any time.
inventory = ./hosts
nocows = 1
remote_user = root
roles_path = ./roles
vault_password_file = ./.vault_pass
[ssh_connection]
pipelining = true