11-25 update

This commit is contained in:
2025-11-28 17:26:03 -08:00
parent 2446f3c039
commit b2b9197dbc
22 changed files with 104 additions and 106 deletions

View File

@ -14,9 +14,9 @@
public_deploy: true
rename_host: true
configure_smb: true
no_vpn: true
add_domain: false
no_vpn: true
docker_full: false
# bridge interface name
bridge_name: "vmpbr0"
@ -24,6 +24,9 @@
- role: cosmos_init
when: not run_stage_two | bool and not (update_party | bool) and not (service_only | bool)
- role: docker_workstation
when: not run_stage_two | bool and not (update_party | bool) and not (service_only | bool)
- role: net_bridge
when: not (run_stage_two | bool) and not (update_party | bool) and not (service_only | bool)