Fix ansible-hardening references in tox/playbook
This patch fixes the role name for ansible-hardening in tox.ini as well as the test playbook. Change-Id: Id26a17c484da51b67f2aa7921bb92d752d67a024
This commit is contained in:
parent
3633d354b6
commit
68ecd213b8
@ -75,7 +75,7 @@
|
|||||||
- stig_version == 'rhel6'
|
- stig_version == 'rhel6'
|
||||||
- ansible_pkg_mgr == 'apt'
|
- ansible_pkg_mgr == 'apt'
|
||||||
roles:
|
roles:
|
||||||
- role: "openstack-ansible-security"
|
- role: "ansible-hardening"
|
||||||
vars:
|
vars:
|
||||||
security_disable_account_if_password_expires: yes
|
security_disable_account_if_password_expires: yes
|
||||||
security_enable_firewalld: yes
|
security_enable_firewalld: yes
|
||||||
|
2
tox.ini
2
tox.ini
@ -24,7 +24,7 @@ whitelist_externals =
|
|||||||
bash
|
bash
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONUNBUFFERED=1
|
PYTHONUNBUFFERED=1
|
||||||
ROLE_NAME=openstack-ansible-security
|
ROLE_NAME=ansible-hardening
|
||||||
TEST_CHECK_MODE=true
|
TEST_CHECK_MODE=true
|
||||||
TEST_IDEMPOTENCE=true
|
TEST_IDEMPOTENCE=true
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user