mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Change to yml-format of exceptions-file
This commit is contained in:
parent
46f933b83c
commit
7b8b009291
2 changed files with 8 additions and 1 deletions
|
@ -12,4 +12,5 @@ install:
|
|||
|
||||
script:
|
||||
- ansible-playbook --syntax-check spec/travis.yml
|
||||
- ansible-playbook --sudo -v --diff spec/travis.yml --extra-vars "@spec/travis_exceptions.json"
|
||||
- ansible-playbook --sudo -v --diff spec/travis.yml --extra-vars "spec/travis_exceptions.yml"
|
||||
#- ansible-playbook --sudo -v --diff spec/travis.yml --extra-vars "@spec/travis_exceptions.json"
|
||||
|
|
6
spec/travis_exceptions.yml
Normal file
6
spec/travis_exceptions.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
sysctl_config:
|
||||
net.ipv6.conf.all.disable_ipv6: 0
|
||||
fs.suid_dumpable: 1
|
||||
kernel.modules_disabled: 0
|
||||
net.ipv4.tcp_timestamps: 1
|
||||
net.ipv6.conf.default.accept_ra_rtr_pref: 1
|
Loading…
Reference in a new issue