You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/role-icinga2/features/feature-api.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,24 @@ Create Signing Request to get a certificate managed by the parameter `ca_host` a
52
52
set to the master/server hostname, FQDN or IP, the node setup tries to connect
53
53
via API an retrieve the trusted certificate.
54
54
55
-
> **_NOTE:_** Ansible will delegate the ticket creation to the CA host. You can change this behaviour by setting 'icinga2_delegate_host' to match another Ansible alias.
55
+
> [!INFO]
56
+
> Ansible will delegate the ticket creation to the CA host. You can change this behaviour by setting 'icinga2_delegate_host' to match another Ansible alias.
56
57
57
-
```
58
+
```yaml
58
59
ca_host: icinga-server.localdomain
59
60
ca_host_port: 5665
60
61
```
61
62
63
+
> [!INFO]
64
+
> In case your agent can't connect to the CA host, you can use the variables `icinga2_delegate_host`
65
+
> and `ticket_salt` to delegate ticket creation to one of your satellites instead.
that: ((icinga2_ssl_cacert is defined and icinga2_ssl_cert is defined and icinga2_ssl_key is defined) or (icinga2_ssl_cacert is undefined and icinga2_ssl_cert is undefined and icinga2_ssl_key is undefined and icinga2_ca_host is defined))
0 commit comments