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

@ -2,6 +2,8 @@
- name: CD to ISO
hosts: all
become: yes
vars:
security_check_only: true
# Required Jenkins Vars
# host_ip - string
@ -11,8 +13,14 @@
# kde_full - bool
#
roles:
- { role: cd_to_iso, tags: ['cd_to_iso'], }
- role: cosmos_init
- role: cd_to_iso
...