Added verify_config.yml playbook and included it in site.yml, Updated README.md with config verifications for ip routing prefix and metal_lb_ip_range checks etc

This commit is contained in:
kip
2023-10-18 19:01:10 +02:00
parent 95b2836dfc
commit fe4407db0e
9 changed files with 218 additions and 1 deletions

14
verify_config.yml Normal file
View File

@@ -0,0 +1,14 @@
---
- name: Gather config for verify
hosts: all
gather_facts: true
roles:
- role: verify_config_gather
when: verify_config is not defined or verify_config
- name: Verify config
hosts: localhost
gather_facts: false
roles:
- role: verify_config
when: verify_config is not defined or verify_config