Remove security role from user_variables.yml

This patch removes a confusing section of `user_variables.yml` that
is no longer needed since the security role is applied by default.

Closes-bug: 1664824
Change-Id: Iebf59288a8abbf72a961832fed113bbd30cbe77c
This commit is contained in:
Major Hayden 2017-02-15 07:33:47 -06:00 committed by Jesse Pretorius (odyssey4me)
parent f67dfa4c1e
commit 3ddf708eaf
1 changed files with 0 additions and 8 deletions

View File

@ -164,11 +164,3 @@ debug: false
# All the previous variables are used in a var file, fed to the keepalived role.
# To use another file to feed the role, override the following var:
# haproxy_keepalived_vars_file: 'vars/configs/keepalived_haproxy.yml'
## Host security hardening
# The openstack-ansible-security role provides security hardening for hosts
# by applying security configurations from the STIG. Hardening is disabled by
# default, but an option to opt-in is available by setting the following
# variable to 'true'.
# Docs: http://docs.openstack.org/developer/openstack-ansible-security/
# apply_security_hardening: true