Refactor requirements-dev.txt and remove molecule-vagrant

This commit is contained in:
2024-10-02 21:28:32 +02:00
parent b7a5805fd8
commit 6c1d7f59b3
14 changed files with 40 additions and 361 deletions
+1 -2
View File
@@ -19,7 +19,7 @@
state: present
sysctl_set: true
sysctl_file: "{{ sysctl_conf_dir }}/zz-hardening.conf"
when: system_has_ipv6
when: ansible_default_ipv4 is defined and system_has_ipv6
tags:
- ipv6
- sysctl
@@ -91,4 +91,3 @@
- CIS-UBUNTU2004-3.3.9
- UBTU-20-010412
- UBTU-20-010448
...