infrastructure
infrastructure copied to clipboard
Split out parts of `Common` ansible role that are required for other roles
The Common role takes quite a while to run, so when working on other parts of the playbook it seems prudent to skip it. Unfortunately some of the other roles depend on things in there. It would be good if we could split out those so that all other roles can run if Common is skipped.
As an example, the Common role on windows has operations to create C:\temp and C:\openjdk. The latter should be done in the roles htat require it, but C:\temp should be part of a separate "bootstrap" role.