File tree Expand file tree Collapse file tree 6 files changed +13
-4
lines changed Expand file tree Collapse file tree 6 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4444 shell : " bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
4545
4646 - name : Execute cinc-auditor tests
47- command : " /opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https ://github.com/ dev-sec/mysql-baseline.git "
47+ command : " /opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket ://dev-sec/mysql-baseline"
4848 register : test_results
4949 changed_when : false
5050 ignore_errors : true
Original file line number Diff line number Diff line change 4747 shell : " bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
4848
4949 - name : Execute cinc-auditor tests
50- command : " /opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https ://github.com/ dev-sec/nginx-baseline.git "
50+ command : " /opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket ://dev-sec/nginx-baseline"
5151 register : test_results
5252 changed_when : false
5353 ignore_errors : true
Original file line number Diff line number Diff line change 5151 shell : " bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
5252
5353 - name : Execute cinc-auditor tests
54- command : " /opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https ://github.com/ dev-sec/linux-baseline.git "
54+ command : " /opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket ://dev-sec/linux-baseline"
5555 register : test_results
5656 changed_when : false
5757 ignore_errors : true
Original file line number Diff line number Diff line change 4242 shell : " bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
4343
4444 - name : Execute cinc-auditor tests
45- command : " /opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https ://github.com/ dev-sec/ssh -baseline.git "
45+ command : " /opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket ://dev-sec/nginx -baseline"
4646 register : test_results
4747 changed_when : false
4848 ignore_errors : true
Original file line number Diff line number Diff line change 11---
22- name : Update-initramfs
33 command : ' update-initramfs -u'
4+
5+ - name : restart-auditd
6+ command :
7+ cmd : ' service auditd restart' # rhel: see: https://access.redhat.com/solutions/2664811
8+ warn : false # sadly 'service' module fails in that case also by using 'use: service'
9+ when : molecule_yml is not defined # restarting auditd in a container does not work
Original file line number Diff line number Diff line change 33 package :
44 name : ' {{ auditd_package }}'
55 state : ' present'
6+ tags : auditd
67
78- name : Configure auditd | package-08
89 template :
1112 owner : ' root'
1213 group : ' root'
1314 mode : ' 0640'
15+ notify : ' restart-auditd'
16+ tags : auditd
You can’t perform that action at this time.
0 commit comments