Run security hardening when leaping a deployment
The security hardening playbook was not being executed. This change adds the security hardning playbook to the defeault re-deployment process. If a deployer wishes to opt-out of the default security hardening they can disable it using the `apply_security_hardening` option. Change-Id: I69baa1d2cb209cf3686ca2da00e698ed5dbf92f9 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
0690bb6085
commit
676d574623
@ -51,6 +51,10 @@ fi
|
|||||||
|
|
||||||
# Setup Hosts
|
# Setup Hosts
|
||||||
RUN_TASKS+=("openstack-hosts-setup.yml -e redeploy_rerun=true")
|
RUN_TASKS+=("openstack-hosts-setup.yml -e redeploy_rerun=true")
|
||||||
|
|
||||||
|
# Run the security-hardening playbook in redeployment
|
||||||
|
RUN_TASKS+=("security-hardening.yml")
|
||||||
|
|
||||||
# Ensure the same pip everywhere, even if requirement met or above
|
# Ensure the same pip everywhere, even if requirement met or above
|
||||||
RUN_TASKS+=("${UPGRADE_UTILS}/pip-unify.yml -e release_version=\"${NEWTON_RELEASE}\"")
|
RUN_TASKS+=("${UPGRADE_UTILS}/pip-unify.yml -e release_version=\"${NEWTON_RELEASE}\"")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user