From c93eccbcdfc13388f827cf1325c951539b833e06 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 14 Jul 2020 22:03:41 -0500 Subject: [PATCH] Remove unused ipxe config option --- roles/netbootxyz/defaults/main.yml | 1 - script/netbootxyz-overrides.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index c989c349..22513fe7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -73,7 +73,6 @@ ipxe_ca_filename: ca-ipxe-org.crt ipxe_ca_url: http://ca.ipxe.org/ca.crt ipxe_repo: https://github.com/ipxe/ipxe ipxe_source_dir: /usr/src/ipxe -ipxe_trust_args: TRUST={{ ipxe_ca_location }} live_endpoint: https://github.com/netbootxyz memdisk_location: http://${boot_domain}/memdisk netbootxyz_conf_dir: /etc/netbootxyz diff --git a/script/netbootxyz-overrides.yml b/script/netbootxyz-overrides.yml index a8ec3877..c30bb292 100644 --- a/script/netbootxyz-overrides.yml +++ b/script/netbootxyz-overrides.yml @@ -12,7 +12,6 @@ sigs_dir: "{{ netbootxyz_root }}/sigs" sigs_location: "http://${boot_domain}/sigs/" cert_dir: "/ansible/certs" ipxe_branch: master -ipxe_trust_args: "TRUST={{ ipxe_ca_location }}" ipxe_ca_url: http://ca.ipxe.org/ca.crt ipxe_ca_filename: ca-ipxe-org.crt codesign_cert_filename: codesign.crt