Merge "Move hosts file management toggle to all group vars"

This commit is contained in:
Zuul 2019-05-30 09:04:02 +00:00 committed by Gerrit Code Review
commit 8a2dc28b6c
2 changed files with 3 additions and 3 deletions
inventory/group_vars

@ -67,6 +67,9 @@ install_method: "source"
#Group containing resolvers to configure
resolvconf_resolver_group: unbound
# Disable /etc/hosts management if unbound DNS resolution containers exist
openstack_host_manage_hosts_file: "{{ groups['unbound'] is not defined or groups['unbound'] | length < 1 }}"
## Enable external SSL handling for general OpenStack services
openstack_external_ssl: true

@ -18,9 +18,6 @@ lxc_hosts_package_state: "{{ package_state }}"
openstack_hosts_package_state: "{{ package_state }}"
security_package_state: "{{ package_state }}"
# Disable /etc/hosts management if unbound DNS resolution containers exist
openstack_host_manage_hosts_file: "{{ groups['unbound'] is not defined or groups['unbound'] | length < 1 }}"
# Use the RHEL 7 STIG content from the ansible-hardening role
stig_version: rhel7