big jenkinsfile update
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user