mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:41:37 +01:00
feat: icinga users file
This commit is contained in:
21
roles/monitoring-master/files/users.conf
Normal file
21
roles/monitoring-master/files/users.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
object User "michy" {
|
||||
import "generic-user"
|
||||
|
||||
display_name = "Michy Monitoring"
|
||||
groups = []
|
||||
|
||||
email = "spamsink@atlantishq.de"
|
||||
}
|
||||
|
||||
object User "icingaadmin" {
|
||||
import "generic-user"
|
||||
|
||||
display_name = "Icinga 2 Admin"
|
||||
groups = [ "icingaadmins" ]
|
||||
|
||||
email = "HISTORY_PURGED_SECRET"
|
||||
}
|
||||
|
||||
object UserGroup "icingaadmins" {
|
||||
display_name = "Icinga 2 Admin Group"
|
||||
}
|
||||
@@ -86,6 +86,7 @@
|
||||
- services_passive.conf
|
||||
- services_passive_mail_extern.conf
|
||||
- services_async.conf
|
||||
- users.conf
|
||||
- async-icinga-services-dynamic.conf
|
||||
notify:
|
||||
- restart icinga
|
||||
|
||||
Reference in New Issue
Block a user