mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
fix: sheppy mail var name
This commit is contained in:
25
roles/monitoring-master/templates/users.conf
Normal file
25
roles/monitoring-master/templates/users.conf
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
object User "michy" {
|
||||||
|
import "generic-user"
|
||||||
|
|
||||||
|
display_name = "Michy Monitoring"
|
||||||
|
groups = ["ese"]
|
||||||
|
|
||||||
|
email = "{{ michy_email }}"
|
||||||
|
}
|
||||||
|
|
||||||
|
object User "icingaadmin" {
|
||||||
|
import "generic-user"
|
||||||
|
|
||||||
|
display_name = "Icinga 2 Admin"
|
||||||
|
groups = [ "icingaadmins" ]
|
||||||
|
|
||||||
|
email = "{{ sheppy_email }}"
|
||||||
|
}
|
||||||
|
|
||||||
|
object UserGroup "icingaadmins" {
|
||||||
|
display_name = "Icinga 2 Admin Group"
|
||||||
|
}
|
||||||
|
|
||||||
|
object UserGroup "ese" {
|
||||||
|
display_name = "ESports-Erlangen Gruppe"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user