11-25 update
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user