Add closing conditional
This commit is contained in:
parent
4cbb6d909e
commit
bd72a45ef0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ restrict -6 ::1
|
|||
# setup a set of servers that we all look at.
|
||||
# use servers from 1/2/3.rhel.pool.ntp.org as they are allowed out of the firewall
|
||||
# However, we need specific ip's to be allowed out from builders.
|
||||
{% if datacenter == 'phx2' and not inventory_hostname.startswith('bastion0')
|
||||
{% if datacenter == 'phx2' and not inventory_hostname.startswith('bastion0') %}
|
||||
#
|
||||
# in phx2 we want to use bastion01 and bastion02 for ntp service
|
||||
# Unless we are bastion01/02, then we want to use the normal pool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue