rundeck-plugins / ansible-plugin

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

[Q] Custom attributes from fact #273

Closed FL3SH closed 3 years ago

FL3SH commented 4 years ago

Hello, Is it possible to use ansible fact as a custom attribute? I would like to see my attribute (fact_download_speed_in_bytes_per_second) in the node overview.

  - name: Set persistent fact
    set_fact:
      fact_download_speed_in_bytes_per_second: download_speed
ggwena commented 4 years ago

With PR #279 you'll be able to add attritbutes from an ansible inventory.

Will that do the trick for you?

FL3SH commented 4 years ago

I think so, thank you.