-
Notifications
You must be signed in to change notification settings - Fork 271
Conversation
I'm sorry, I've choose the bad repository :( |
@Turgon37 actually you have some good ideas which I should implement in this role 👍 |
And you also have an error in meta/main.yml, unless you really want to name your role |
Yes, I'm fighting with typo to fix theses errors :) |
A tip: remember that you cannot use |
Also the way you changed service file template will give you a badly rendered file. |
thanks for the galaxy tips, but for the service unit file I think it's ok
|
Hmmm, strange, I used yours and it rendered it differently. I probably made some typo 😄 |
…us standards; minor changes (#48) [minor] modification to introduce some of good ideas seen in #47 and ansible-prometheus - add ansible_managed info to service file - use `import_tasks` instead of `include` - specify `become: true` on role level not on playbook level - split `main.yml` into smaller files: `install.yml` and `configure.yml` - use one task for installing dependecies - use vars files for distro-specific values - use `node_exporter_system_group` and `node_exporter_system_user` which shouldn't be user-defined (defined in `vars` not in `defaults`), but simplify role management - add tags - add 2 more preflight checks
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.