Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use builtin ansible-managed system. This allows for easy modification… #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jakob1379
Copy link

This allows for easy modification and is backwards compatible.

By default, it will say "managed by Ansible" but can be customized a lot more in the ansible.cfg e.g. my own

# ansible.cfg

[defaults]
ansible_managed = This file is maintained by Ansible - ALL MODIFICATIONS WILL BE REVERTED.%n
  template: {file}
  date:     %Y-%m-%d %H:%M:%S
  user:     {uid}
  host:     {host}

This improves traceability by letting anyone see who and from what system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant