You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration should support a standard way of retrieving objects from the cluster and setting facts based on the retrieved objects.
This can currently be done using pre_tasks and set_fact, but this means that the fact gathering is outside of the config repository which is likely to cause more issues.
One way of addressing this could be to have an open-ended method of putting pre-tasks into the config repo.
The text was updated successfully, but these errors were encountered:
Configuration should support a standard way of retrieving objects from the cluster and setting facts based on the retrieved objects.
This can currently be done using
pre_tasks
andset_fact
, but this means that the fact gathering is outside of the config repository which is likely to cause more issues.One way of addressing this could be to have an open-ended method of putting pre-tasks into the config repo.
The text was updated successfully, but these errors were encountered: