first commit

This commit is contained in:
2025-09-14 13:10:34 -07:00
commit 6f4fcb90e2
25 changed files with 869 additions and 0 deletions

19
cd-to-iso.yaml Normal file
View File

@ -0,0 +1,19 @@
---
- name: CD to ISO
hosts: all
become: yes
# Required Jenkins Vars
# host_ip - string
# new_hostname - string
# rename_host - bool
# config_matt - bool
# kde_full - bool
#
roles:
- { role: cd_to_iso, tags: ['cd_to_iso'], }
...