Merge "Move hosts file management toggle to all group vars"
This commit is contained in:
commit
8a2dc28b6c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user