galaxyproject / ansible-slurm

Ansible role for installing and managing the Slurm Workload Manager
84 stars 46 forks source link

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

Open jakob1379 opened 10 months ago

jakob1379 commented 10 months ago

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