Skip to content

Commit 5a4d42a

Browse files
committed
Add syntax highlighting
1 parent 5d0ea67 commit 5a4d42a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

roles/ifw/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Table of contents:
4545
Here you can specify additional repositories from which to pull components from. The default Icinga For Windows repository will always be added.
4646
Default: `none`
4747
Example:
48-
```
48+
```yaml
4949
ifw_repositories:
5050
- name: "Custom"
5151
remote_path: "https://example.com/IcingaForWindows/stable/ifw.repo.json"
@@ -94,7 +94,7 @@ Table of contents:
9494
You can specify each parent's `cn`, its `host` attribute and the `port` on which it listens. The `cn` attribute is **required**.
9595
Default: `none`
9696
Example:
97-
```
97+
```yaml
9898
ifw_icinga2_parents:
9999
- cn: parent1
100100
host: icinga01.example.com
@@ -124,7 +124,7 @@ The examples below showcase different aspects of the Icinga for Windows configur
124124

125125
This installs just the Icinga PowerShell Framework, the Agent component and the Icinga PowerShell Plugins.
126126

127-
```
127+
```yaml
128128
- name: Run ifw role
129129
hosts: all
130130
@@ -137,7 +137,7 @@ This installs just the Icinga PowerShell Framework, the Agent component and the
137137
This installs the Agent component, the basic plugins and in addition to that the plugins for MSSQL and HyperV.
138138
It also pins the Agent component to a specific version.
139139

140-
```
140+
```yaml
141141
- name: Run ifw role
142142
hosts: all
143143
@@ -158,7 +158,7 @@ It also pins the Agent component to a specific version.
158158
This adds more repositories to Icinga for Windows in addition to the default one.
159159
This is useful if you want to host a local mirror.
160160

161-
```
161+
```yaml
162162
- name: Run ifw role
163163
hosts: all
164164
@@ -176,7 +176,7 @@ This is useful if you want to host a local mirror.
176176
This installs the Agent component and sets it up to communicate with both its parents.
177177
It adds the global zone `windows-agents`.
178178

179-
```
179+
```yaml
180180
- name: Run ifw role
181181
hosts: all
182182
@@ -207,7 +207,7 @@ This is meant as a hint for additional tasks you may need but which are not cove
207207

208208
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.
209209

210-
```
210+
```yaml
211211
- name: Allow ICMP (echo request) in firewall
212212
community.windows.win_firewall_rule:
213213
state: present

0 commit comments

Comments
 (0)