remove unused file, add inventory conditional

This commit is contained in:
2025-07-07 10:24:00 -07:00
parent 95ce3643c9
commit 014809e5c1
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
create_inventory: false
create_inventory: true
run_stage_two: false

View File

@ -14,6 +14,7 @@
# Create new inventory file
- name: create inventory file
when: create_inventory | bool
block:
- name: get bridge IP
shell: ip -o -4 ad li | grep {{ bridge_name }} | awk '{print $4}' | cut -d '/' -f 1