mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:58:34 +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"
|
||||
}
|
||||
Reference in New Issue
Block a user