Closed jbeezley closed 6 years ago
@zachmullen @msmolens Do either of you have time to look at this?
I'm hitting various errors while provisioning. @jbeezley have you successfully provisioned this recently?
I set it up locally. I can give the provisioning a try. One likely issue is the node version is too old for some of our build requirements.
Thanks. Some of the problems I encountered using Ansible 2.5 were:
[WARNING]: Ignoring invalid attribute: sudo
sudo
with become
resolves thisYeah, I installed ansible==2.2.2.0
, which worked. I'm trying to work through the mongo role at the moment.
I was able to get it working by changing the box to ubuntu/xenial64
. I had to ssh in and install python-minimal
first, but then the build completed successfully.
This is in preparation for the changes I'm about to make to the submission endpoints to support multiple approaches per user to ensure I don't break existing behavior.