2023-09-03 11:09:43 +00:00
|
|
|
// vim: set ft=icinga2 et sw=2 ts=2 si ai:
|
2023-09-03 12:39:16 +00:00
|
|
|
object Host "infra02sat.infra.cacert.org" {
|
2023-09-03 11:09:43 +00:00
|
|
|
import "debian-host"
|
|
|
|
import "puppet-host"
|
|
|
|
|
2023-09-03 12:39:16 +00:00
|
|
|
display_name = "infra02sat"
|
|
|
|
|
2023-09-03 11:09:43 +00:00
|
|
|
groups += [ "monitoring" ]
|
|
|
|
|
|
|
|
address = "127.0.0.1"
|
|
|
|
address6 = "::1"
|
2023-09-04 05:34:03 +00:00
|
|
|
#zone = "infra02sat.infra.cacert.org"
|
2023-09-03 11:09:43 +00:00
|
|
|
|
|
|
|
vars.is_container = true
|
|
|
|
vars.debian_relase = 12
|
2023-09-03 12:28:13 +00:00
|
|
|
|
|
|
|
vars.ca_certs["Puppet"] = {
|
2023-09-03 12:33:02 +00:00
|
|
|
ssl_cert_file = "/var/lib/puppet/ssl/certs/ca.pem"
|
2023-09-03 12:28:13 +00:00
|
|
|
}
|
2023-09-03 11:09:43 +00:00
|
|
|
}
|