rundeck-plugins/ansible-plugin

[ Enhancement ] - Add ansible_local facts as node attribute

Sarcouy opened this issue · 0 comments

Context

The Ansible node source gathers ansible facts so we can select groups of nodes based on these attributes to run a job.
Only a few facts are stored, and we can't customize it.
I defined ansible_local facts on each nodes to store the application name and version, these facts are retrieved by rundeck but never stored as node attributes.

Request

When running jobs on multiple nodes, I would like to query groups based on ansible_local facts.