cosmetical changes

This commit is contained in:
Tamás Gérczei 2018-02-03 18:38:09 +01:00
parent 02bcb091f7
commit 9ffb512788
1 changed files with 2 additions and 2 deletions

View File

@ -1,17 +1,17 @@
--- ---
# TODO: for now we take the PXE environment for granted, so won't install and configure DHCP and TFTP servers; that should become another block defaulting not to be processed # TODO: for now we take the PXE environment for granted, so won't install and configure DHCP and TFTP servers; that should become another block defaulting not to be processed
- name: update the SmartOS platform image on the PXE server - name: prepare current SmartOS platform image for netbooting on a PXE server
hosts: hosts:
- pxe_server - pxe_server
gather_facts: no gather_facts: no
vars: vars:
download: False # prior download
notification_recipient: tamas@gerczei.eu notification_recipient: tamas@gerczei.eu
smarthost: mail smarthost: mail
tftp_dir: /data/tftproot tftp_dir: /data/tftproot
image_dir: "{{ tftp_dir }}/smartos" image_dir: "{{ tftp_dir }}/smartos"
tftp_user: tftp tftp_user: tftp
tftp_group: tftp tftp_group: tftp
download: false # prior download
tasks: tasks:
- name: fetch platform image - name: fetch platform image