Tweak gitignore to prevent leaking host vars
This commit is contained in:
parent
8c966a0475
commit
f7420219ee
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
ssh.key*
|
ssh.key*
|
||||||
inventory
|
inventory
|
||||||
|
host_vars/*
|
||||||
|
!host_vars/.gitkeep
|
||||||
|
|
Loading…
Reference in a new issue