change config
This commit is contained in:
parent
20064cff72
commit
8d87025817
3 changed files with 4 additions and 1 deletions
2
.ansible-lint
Normal file
2
.ansible-lint
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
skip_list:
|
||||||
|
- var-naming
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ inventory/
|
||||||
# Ignore .secret files.... you know, there secret...
|
# Ignore .secret files.... you know, there secret...
|
||||||
*.secret
|
*.secret
|
||||||
.vault-*
|
.vault-*
|
||||||
|
vault.secret
|
||||||
|
|
||||||
# Ignore Caching
|
# Ignore Caching
|
||||||
cache/
|
cache/
|
||||||
|
|
|
@ -10,7 +10,7 @@ fact_caching_connection = ./cache
|
||||||
fact_caching_timeout = 86400
|
fact_caching_timeout = 86400
|
||||||
|
|
||||||
# Rollen-Pfade
|
# Rollen-Pfade
|
||||||
roles_path = ./roles/global:./roles/custom
|
roles_path = ./roles/
|
||||||
|
|
||||||
# Vault-Einstellungen
|
# Vault-Einstellungen
|
||||||
vault_password_file = ./vault.secret
|
vault_password_file = ./vault.secret
|
||||||
|
|
Loading…
Add table
Reference in a new issue