forked from tim/k3s-ansible
fix(molecule): serialize guest fact gathering
- Avoid concurrent SSH startup bursts against the disposable guests. - Ensure every guest gathers interface facts before network setup. - Prevent unreachable hosts from falling back to the default eth0 interface.
This commit is contained in:
committed by
Techno Tim
parent
dfcfbc1f3f
commit
5c288e8f3e
@@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Apply overrides
|
||||
hosts: all
|
||||
serial: 1
|
||||
tasks:
|
||||
- name: Override host variables
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Apply overrides
|
||||
hosts: all
|
||||
serial: 1
|
||||
tasks:
|
||||
- name: Override host variables
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Apply overrides
|
||||
hosts: all
|
||||
serial: 1
|
||||
tasks:
|
||||
- name: Override host variables
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Apply overrides
|
||||
hosts: all
|
||||
serial: 1
|
||||
tasks:
|
||||
- name: Override host variables (1/2)
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Apply overrides
|
||||
hosts: all
|
||||
serial: 1
|
||||
tasks:
|
||||
- name: Override host variables
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Apply overrides
|
||||
hosts: all
|
||||
serial: 1
|
||||
tasks:
|
||||
- name: Override host variables
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user