From 97e9657a16c0f8e29af0ce6ea4c733af8e1bc9b8 Mon Sep 17 00:00:00 2001 From: John Haan Date: Mon, 25 Feb 2019 17:15:31 +0900 Subject: [PATCH] Add dnsmasq_ntp_servers variable in the main It is possible to populate the configuration of the NTP servers because of the already implemented jinja template for dnsmasq. However, the variable did not defined in the main file yet. This commit adds the variable in order to set the value. Change-Id: I7528e218f206352e8bc27fb2b4637f82dc0d37af --- playbooks/roles/bifrost-ironic-install/defaults/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/roles/bifrost-ironic-install/defaults/main.yml b/playbooks/roles/bifrost-ironic-install/defaults/main.yml index 1e76231a1..bf23d9ebe 100644 --- a/playbooks/roles/bifrost-ironic-install/defaults/main.yml +++ b/playbooks/roles/bifrost-ironic-install/defaults/main.yml @@ -146,6 +146,11 @@ inventory_dhcp: False # hosts in your dynamic inventory. inventory_dns: False +# Set this to true to configure dnsmasq to populate the NTP servers +# setting of dnsmasq. +# Several NTP servers can be specified, seperated by commas. +# dnsmasq_ntp_servers: + # Settings to enable the use of inspector enable_inspector: true inspector_auth: "noauth"