commit 79c3f644063bd592906157e58a572d3f6b393c05 parent 1fb7caebfe6f129d1719d721879e4ff3d03e6c9d Author: pyratebeard <root@pyratebeard.net> Date: Tue, 16 May 2023 12:17:31 +0100 updates Diffstat:
A | iac/ansible.md | | | 12 | ++++++++++++ |
M | tech-index.md | | | 3 | +++ |
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/iac/ansible.md b/iac/ansible.md @@ -0,0 +1,12 @@ +# ansible + +## linting +* to hide warning (see ansible-lint [issue 479](https://github.com/ansible/ansible-lint/issues/479#issuecomment-909560975)) +``` +# noqa <warning title> +``` +* or create _.ansible-lint_ file +``` +skip-list: + - '<task tag>' +``` diff --git a/tech-index.md b/tech-index.md @@ -35,6 +35,9 @@ ### filesystems * [zfs](filesystems/zfs) +### infrastructure-as-code +* [ansible](iac/ansible) + * [durdraw](/software/durdraw) * [gollum](/software/gollum) * [pandoc](/software/pandoc)