Compare commits
2 commits
b3c0af2139
...
b3cbf91802
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b3cbf91802 | ||
![]() |
6c5b832ed3 |
2 changed files with 5 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -5,4 +5,7 @@ inventory/
|
|||
*.secret
|
||||
|
||||
# Ignore Caching
|
||||
cache/
|
||||
cache/
|
||||
|
||||
# Ignore Testplaybook
|
||||
playbooks/global/testserver.yml
|
|
@ -16,7 +16,7 @@ roles_path = ./roles/global:./roles/custom
|
|||
vault_password_file = ./vault.secret
|
||||
|
||||
# Ansible-Verhalten
|
||||
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by @{UID} on {host}
|
||||
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
|
|
Loading…
Add table
Reference in a new issue