first commit
This commit is contained in:
19
rip-cd.yaml
Normal file
19
rip-cd.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
- name: Rip Audio CD
|
||||
hosts: all
|
||||
become: yes
|
||||
|
||||
# Required Jenkins Vars
|
||||
# host_ip - string
|
||||
# new_hostname - string
|
||||
# rename_host - bool
|
||||
# config_matt - bool
|
||||
# kde_full - bool
|
||||
#
|
||||
|
||||
roles:
|
||||
- role: rip_cd
|
||||
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user