AWX/Inventory Description

From Omnia
< AWX
Revision as of 01:48, 11 November 2024 by Kenneth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

_awx_description

Add support for importing host/group descriptions
https://github.com/ansible/awx/pull/6265

Adds support for custom scripts importing the Host and Group description in AWX by setting a var of _awx_description. This var gets removed and does not get added to the host or group variables in inventory.

Referenced in https://github.com/ansible/awx/issues/6966

Note: doesn't seem to work??


This worked:

inventory.ini:

[somegroupname]
MYNODE.example.com        _awx_description="some description"        name="some name"        email="someemail@example.com"