PVCs need to exist before we launch deployments, so make sure they appear first in the playbook.
In working on the new Galaxy installer, I took the output from deploy and cleaned it up quite a bit. One really noticeable issue is that we repeat resource_definition values multiple times. We should use YAML's &var and *var where possible, or use the set_fact module.
Possibly break the output into a couple include files. Did this in the Galaxy installer, makingtasks/main.ymllighter, and things a bit more readable and manageable.
deploy
and cleaned it up quite a bit. One really noticeable issue is that we repeatresource_definition
values multiple times. We should use YAML's&var
and*var
where possible, or use theset_fact
module.tasks/main.yml
lighter, and things a bit more readable and manageable.