mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-26 10:43:04 +01:00
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:
14
verify_config.yml
Normal file
14
verify_config.yml
Normal 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
|
||||
Reference in New Issue
Block a user