feb git sync

This commit is contained in:
2026-02-11 14:00:11 -08:00
parent 94c31f4be3
commit 978f640e96
13 changed files with 571 additions and 139 deletions

View File

@ -5,6 +5,14 @@
set_fact:
service_only: true
- name: Initialize - install docker when required
when: service_only | bool or not install_docker | bool
include_role:
name: "docker_workstation"
vars:
docker_full: false
- name: Initialize - Install Packages
when: not quick_refresh | bool
apt:
@ -33,7 +41,7 @@
mode: '0700'
- name: Initialize - set vars when needed
when: quick_refresh | bool or refresh_special | bool
#when: quick_refresh | bool or refresh_special | bool
block:
- name: Check CPU Arch