mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Added new feature for ansible_user and ansible_port in Icinga2 inventory source (#4088)
* Added new feature for ansible_user and ansible_port * Replaced 'try' and 'except' with 'if' condition * Replace '!=' with 'is not' * Fixed if condition * Implement the constructed interface * Correction at the suggestion of felixfontein * Added new options in unit test for icinga2 inventory * Added blank lines in unit test for icinga2 inventory * Added default filter in example Co-authored-by: Felix Fontein <felix@fontein.de> * Fixed variable name in example Co-authored-by: Felix Fontein <felix@fontein.de> * Added a changelog fragment * Fixed changelog fragment Co-authored-by: Felix Fontein <felix@fontein.de> * Updated documentation options Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5710faab64
commit
969ad475e3
3 changed files with 51 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- icinga2 inventory plugin - implemented constructed interface (https://github.com/ansible-collections/community.general/pull/4088).
|
Loading…
Add table
Add a link
Reference in a new issue