mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-26 10:43:04 +01:00
15 lines
328 B
YAML
15 lines
328 B
YAML
---
|
|
- 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
|