infrastructure icon indicating copy to clipboard operation
infrastructure copied to clipboard

Split out parts of `Common` ansible role that are required for other roles

Open sxa opened this issue 1 year ago • 0 comments

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.

sxa avatar Mar 11 '24 00:03 sxa