21 lines
224 B
YAML
21 lines
224 B
YAML
---
|
|
- 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
|
|
|
|
|
|
...
|
|
|