On a large virtualised Ansible Slurm appliance (>300 compute instances), moving from an earlier version to v2.18, we saw a significant increase in time to complete running site.yml (doubled from ~30 min to ~1h).
From observation it seemed like a large amount of time was spent in prometheus.prometheus collection roles, which appear to have been introduced in v2.16 via #943. The PR mentions something related to this: #943 (comment).
Possibly this is a misconfiguration on our part and there is something missing from the image that results in more tasks needing to run during site.yml than is necessary.
On a large virtualised Ansible Slurm appliance (>300 compute instances), moving from an earlier version to v2.18, we saw a significant increase in time to complete running
site.yml(doubled from ~30 min to ~1h).From observation it seemed like a large amount of time was spent in
prometheus.prometheuscollection roles, which appear to have been introduced in v2.16 via #943. The PR mentions something related to this: #943 (comment).Possibly this is a misconfiguration on our part and there is something missing from the image that results in more tasks needing to run during
site.ymlthan is necessary.