sky-uk / clusterverse

Full-lifecycle cloud infrastructure cluster management, using Ansible
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

'cluster_vars_override' is undefined #115

Closed emmett08 closed 2 years ago

emmett08 commented 2 years ago

When executing playbook locally using poetry run ansible-playbook .... the clusterverse play terminates process with exception:

fatal: [localhost]: FAILED! => {"msg": "{{cluster_vars_override}}: 'cluster_vars_override' is undefined"}

Why is this the case?

dseeley commented 2 years ago

@emmett08 - It's a misleading error message which is emitted because there is a problem with cluster_vars. I fixed it in my fork: https://github.com/dseeley/clusterverse/commit/29e46747354ad3c11ed2509e4f8a64ff0c0b8c41#diff-080c65f7705c42d47abd80977efa817c52ab78ec2dbfc9bb724584af23f9496f

emmett08 commented 2 years ago

Thank you @dseeley