- juggler_check:
  args:
    __force__: True
    host: '{{ host }}'
    responsible: '{{ responsible }}'
    namespace: 'mail.rtec'
    tags: [night-calls]
    service: https_cert
    refresh_time: 90
    ttl: 900
    active: https_cert
    flap: '{{ flap_120x180 }}'
- juggler_check:
  args:
    __force__: True
    host: '{{ host }}'
    responsible: '{{ responsible }}'
    namespace: 'mail.rtec'
    tags: [night-calls]
    service: https_ipv4
    refresh_time: 90
    ttl: 900
    active: https_cert
    active_kwargs:
        disable_ipv6: 'yes'
        host: '{{ host }}'
        port: 443
    flap: '{{ flap_120x180 }}'
- juggler_check:
  args:
    __force__: True
    host: '{{ host }}'
    responsible: '{{ responsible }}'
    namespace: 'mail.rtec'
    tags: [night-calls]
    service: https_ipv6
    refresh_time: 90
    ttl: 900
    active: https_cert
    active_kwargs:
        disable_ipv4: 'yes'
        host: '{{ host }}'
        port: 443
    flap: '{{ flap_120x180 }}'
