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
You can specify each parent's `cn`, its `host` attribute and the `port` on which it listens. The `cn` attribute is **required**.
95
95
Default: `none`
96
96
Example:
97
-
```
97
+
```yaml
98
98
ifw_icinga2_parents:
99
99
- cn: parent1
100
100
host: icinga01.example.com
@@ -124,7 +124,7 @@ The examples below showcase different aspects of the Icinga for Windows configur
124
124
125
125
This installs just the Icinga PowerShell Framework, the Agent component and the Icinga PowerShell Plugins.
126
126
127
-
```
127
+
```yaml
128
128
- name: Run ifw role
129
129
hosts: all
130
130
@@ -137,7 +137,7 @@ This installs just the Icinga PowerShell Framework, the Agent component and the
137
137
This installs the Agent component, the basic plugins and in addition to that the plugins for MSSQL and HyperV.
138
138
It also pins the Agent component to a specific version.
139
139
140
-
```
140
+
```yaml
141
141
- name: Run ifw role
142
142
hosts: all
143
143
@@ -158,7 +158,7 @@ It also pins the Agent component to a specific version.
158
158
This adds more repositories to Icinga for Windows in addition to the default one.
159
159
This is useful if you want to host a local mirror.
160
160
161
-
```
161
+
```yaml
162
162
- name: Run ifw role
163
163
hosts: all
164
164
@@ -176,7 +176,7 @@ This is useful if you want to host a local mirror.
176
176
This installs the Agent component and sets it up to communicate with both its parents.
177
177
It adds the global zone `windows-agents`.
178
178
179
-
```
179
+
```yaml
180
180
- name: Run ifw role
181
181
hosts: all
182
182
@@ -207,7 +207,7 @@ This is meant as a hint for additional tasks you may need but which are not cove
207
207
208
208
This will use [`community.windows.win_firewall_rule`](https://docs.ansible.com/ansible/latest/collections/community/windows/win_firewall_rule_module.html) to allow ICMP (echo request) in all network zones, so default host checks like `hostalive` work.
0 commit comments