first commit
This commit is contained in:
18
cosmos-console.yaml
Normal file
18
cosmos-console.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
- name: Cosmos Console Pipeline
|
||||
hosts: all
|
||||
become: yes
|
||||
|
||||
# Required Jenkins Vars
|
||||
# host_ip - string
|
||||
# new_hostname - string
|
||||
# regex_search("Kodi")
|
||||
|
||||
roles:
|
||||
- { role: cosmos_init, vars: {"terse_packages": "true"} }
|
||||
- { role: nvidia_drivers, when: install_nvidia | bool }
|
||||
- { role: console }
|
||||
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user