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 nginx playbook version to stay compatible with system ansible #117

Closed hmeiland closed 2 years ago

hmeiland commented 2 years ago

newer versions introduce options that require ansible 2.11, while rhel/centos 8 ansible is at 2.9. Aligning the nginx versions will keep this working....

milliams commented 2 years ago

To get the tests to pass, we need to update roles/webui/molecule/default/requirements.yml too. The requirement file for the test environment does not currently read the same as the production environment.