big jenkinsfile update

This commit is contained in:
2025-10-12 16:49:35 -07:00
parent 320ffa8393
commit 2446f3c039
17 changed files with 148 additions and 49 deletions

View File

@ -3,6 +3,9 @@
hosts: all
become: yes
vars:
terse_packages: true
# Required Jenkins Vars
# host_ip - string
# new_hostname - string
@ -14,7 +17,9 @@
terse_packages: true
roles:
- { role: cosmos_init, tags: ['cosmos_init'], vars: {"terse_packages": "true"}, when: not refresh_only | bool }
- { role: pxe_server, tags: ['pxe_server'] }
- role: cosmos_init
when: not refresh_only | bool
- role: pxe_server
...