From 9ffb512788f6a99b4c04c40d885121cdbfa5405d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Sat, 3 Feb 2018 18:38:09 +0100 Subject: [PATCH] cosmetical changes --- smartos-updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartos-updater.yml b/smartos-updater.yml index d215a67..fa80d52 100644 --- a/smartos-updater.yml +++ b/smartos-updater.yml @@ -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 -- name: update the SmartOS platform image on the PXE server +- name: prepare current SmartOS platform image for netbooting on a PXE server hosts: - pxe_server gather_facts: no vars: + download: False # prior download notification_recipient: tamas@gerczei.eu smarthost: mail tftp_dir: /data/tftproot image_dir: "{{ tftp_dir }}/smartos" tftp_user: tftp tftp_group: tftp - download: false # prior download tasks: - name: fetch platform image