rundeck-plugins / ansible-plugin

Ansible Integration for Rundeck
MIT License
331 stars 100 forks source link

[ Enhancement ] - Add ansible_local facts as node attribute #328

Open Sarcouy opened 1 year ago

Sarcouy commented 1 year ago

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.