iac/ansible.md
... ...
@@ -0,0 +1,12 @@
1
+# ansible
2
+
3
+## linting
4
+* to hide warning (see ansible-lint [issue 479](https://github.com/ansible/ansible-lint/issues/479#issuecomment-909560975))
5
+```
6
+# noqa <warning title>
7
+```
8
+* or create _.ansible-lint_ file
9
+```
10
+skip-list:
11
+ - '<task tag>'
12
+```
tech-index.md
... ...
@@ -35,6 +35,9 @@
35 35
### filesystems
36 36
* [zfs](filesystems/zfs)
37 37
38
+### infrastructure-as-code
39
+* [ansible](iac/ansible)
40
+
38 41
* [durdraw](/software/durdraw)
39 42
* [gollum](/software/gollum)
40 43
* [pandoc](/software/pandoc)