fboender/ansible-cmdb

Adding a custom column

keith6014 opened this issue · 1 comments

I have a command to check if a machine has a particular license. The output is True/False.

The command is

./prdlic getlicense

Is there a way to get all the facts (ansible -m setup --tree out/ ), get license status of host, and place it in a column for a report?

Hi @keith6014:

That's a 2 steps process: