Skip to content

HowTo update dependencies

Metal

Tip

When updating dependencies - for example ansible version, ansible collections versions, and so on - first apply the changes to a single node with: make -C metal main ANSIBLE_TARGETS=localhost,draupnir. This reduces the risk of messing everything up (worst case you will mess up one node and can re-provision it) and makes it easier to test version updates in isolation.
When you're happy with the changes and have verified that everything works as expected on the targeted node, you can apply changes to all nodes with: make metal.

System

tbd

External

tbd

Apps/Platform

tbd