[PR #6286/76dd465e backport][stable-6] icinga2_host: make use of templates and template vars (#6375)

icinga2_host: make use of templates and template vars (#6286)

* icinga2_host: make use of templates, append vars instead of replacing all vars array.

* Initialize `template` variable. Add changelog fragment.

* Update changelogs/fragments/6286-icinga2_host-template-and-template-vars.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 76dd465e08)

Co-authored-by: yoannlr <32494673+yoannlr@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2023-04-20 06:59:05 +02:00
committed by GitHub
parent 570f6a8791
commit ccabc342b9
2 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "icinga2_host - fix the data structure sent to Icinga to make use of host templates and template vars (https://github.com/ansible-collections/community.general/pull/6286)."