prep ansible vault
This commit is contained in:
parent
4f8568f1ba
commit
26eaea8c01
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
||||
__pycache__/
|
||||
|
||||
# ansible vault password
|
||||
.vault_pass
|
||||
|
@ -1,5 +1,6 @@
|
||||
[defaults]
|
||||
inventory = hosts
|
||||
vault_password_file = .vault_pass
|
||||
|
||||
[connection]
|
||||
pipelining = True
|
||||
|
Loading…
Reference in New Issue
Block a user