We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5ff225 + f002661 commit ba0d33eCopy full SHA for ba0d33e
1 file changed
playbooks/default.yml
@@ -1,4 +1,20 @@
1
---
2
+- name: wrapper playbook for kitchen testing "ansible-os-hardening" with custom vars for testing
3
+ hosts: localhost
4
+ roles:
5
+ - ansible-os-hardening
6
+ vars:
7
+ os_security_users_allow: change_user
8
+ os_security_kernel_enable_core_dump: true
9
+ os_security_suid_sgid_remove_from_unknown: true
10
+ os_auth_pam_passwdqc_enable: false
11
+ os_desktop_enable: true
12
+ os_env_extra_user_paths: ['/home']
13
+ os_auth_allow_homeless: true
14
15
+ os_security_suid_sgid_blacklist: ['/bin/umount']
16
+ os_security_suid_sgid_whitelist: ['/usr/bin/rlogin']
17
+
18
- name: wrapper playbook for kitchen testing "ansible-os-hardening"
19
hosts: localhost
20
roles:
0 commit comments