Compare commits

...

2 commits

Author SHA1 Message Date
Kevin Heyer
b3cbf91802 remove UID and Host from Ansible Managed comment 2025-04-27 18:44:56 +02:00
Kevin Heyer
6c5b832ed3 add testplaybook to ignorelist 2025-04-27 18:44:32 +02:00
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View file

@ -5,4 +5,7 @@ inventory/
*.secret
# Ignore Caching
cache/
cache/
# Ignore Testplaybook
playbooks/global/testserver.yml

View file

@ -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