You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- debian_mirror: http://deb.debian.org/debian
-
- debian_live_build_serial_console: false
- debian_live_build_bootappend_live: boot=live components quiet {{ debian_live_build_serial_console | ternary('console=ttyS0','') }} hostname={{ debian_live_build_hostname }}
- debian_live_build_hostname: "{{ inventory_hostname }}"
-
- debian_live_build_distribution: stretch
|