semaphore
semaphore copied to clipboard
Feature request | possibily of visualizing host state (facts)
Have you ever thought of using Semaphroe to also convey information about the state of the single hosts in the inventory?
I can imagine having a dropdown panel with the current Facts on all nodes in the inventory, which is stored in the DB and updated on demand by the user (so it does not need to be a scheduled job).
Also saving the facts in the different task run would be helpful so one knows what was the state of the machine when the task was run, what it has become after the run and what it is now.
Also having a way to "diff" the states (like a history per host) would be interesting.
One of the major points of critique of ansible is the lack of such notion of state, so this feature would try to moderate that problem.