clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 27 forks source link

Fix Ansible and YAML linting checks #136

Closed milliams closed 1 year ago

milliams commented 1 year ago

Since the version of Ansible that CitC was previously working with (2.9), ansible-lint has added a lot more checks and Ansible idioms have evolved. This had caused the Ansible linting to be failing which was always just ignored. This is an attempt to get this working again so that we can lock it in.

This also enables yamllint to run over the repo as there are some files that ansible-lint doesn't find, or are not Ansible files anyway.