rock
rock copied to clipboard
There's a mismatch between `rock setup`, the ansible conditions, and `config.yml`
When deploying rock, we updated config.yml
to be more flexible a while back. rock genconfig
correctly generates the default config according to this plan, however rock setup
does not use the same format. Also, it appears that the Ansible conditionals that determines whether a particular feature is installed and/or enabled are not working 100%.
All three of these items need to be in lockstep for this deployment to be both intuitive and maintainable.