You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Ansible creates a dedicated user for each daemon using the central _common module. Most daemons use this user to start itself. However, only alertmanager and snmp_exporter use the independent user, not this dedicated user.
The text was updated successfully, but these errors were encountered:
umatare5
changed the title
[Proposal] Launch Alertmanager and snmp_exporter with the account created by the `_common module
[Proposal] Launch Alertmanager and snmp_exporter with the account created by the _common module
Dec 10, 2024
Description
Currently, Ansible creates a dedicated user for each daemon using the central
_common
module. Most daemons use this user to start itself. However, only alertmanager and snmp_exporter use the independent user, not this dedicated user.ansible/roles/alertmanager/templates/alertmanager.service.j2
Lines 25 to 26 in 5df0df6
ansible/roles/snmp_exporter/templates/snmp_exporter.service.j2
Lines 8 to 9 in 5df0df6
From my understanding,
_common
._common
as mentioned in the Reference.How do you think about changing the account used to start alertmanager and snmp_exporter to one created by
_common
?Background
_common
module was implemented afterward. This PR contains the user creation.Collection Version
Affected Role
Reference
Click to show User and Group in all unit files
The text was updated successfully, but these errors were encountered: