Compare commits
No commits in common. "b3cbf91802e0f2f69e50e5e9cdef3475c6981871" and "b3c0af213928a864cf3e3dff235d4c132483daef" have entirely different histories.
b3cbf91802
...
b3c0af2139
2 changed files with 2 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -5,7 +5,4 @@ inventory/
|
||||||
*.secret
|
*.secret
|
||||||
|
|
||||||
# Ignore Caching
|
# 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
|
vault_password_file = ./vault.secret
|
||||||
|
|
||||||
# Ansible-Verhalten
|
# Ansible-Verhalten
|
||||||
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S
|
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by @{UID} on {host}
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become = True
|
become = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue