Skip to content

Commit

Permalink
Merge pull request #750 from konstruktoid/testing
Browse files Browse the repository at this point in the history
rewrite tests
  • Loading branch information
konstruktoid authored Oct 17, 2024
2 parents b62e3f5 + 7f103a6 commit 8e55a62
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 61 deletions.
16 changes: 0 additions & 16 deletions molecule/almalinux/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ provisioner:
log: true
inventory:
host_vars:
almalinux8:
kernel_lockdown: integrity
manage_timesyncd: false
sshd_admin_net:
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
suid_sgid_permissions: false
almalinux9:
kernel_lockdown: true
manage_timesyncd: false
Expand All @@ -37,13 +28,6 @@ provisioner:
suid_sgid_permissions: false
system_upgrade: false
platforms:
- name: almalinux8
box: almalinux/8
config_options:
vm.boot_timeout: 600
instance_raw_config_args:
- vbguest.auto_update = false
memory: 2048
- name: almalinux9
box: almalinux/9
config_options:
Expand Down
3 changes: 3 additions & 0 deletions molecule/debian/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ provisioner:
bookworm:
ansible_python_interpreter: /usr/bin/python3
kernel_lockdown: integrity
rkhunter_web_cmd:
sshd_admin_net:
- 0.0.0.0/0
sshd_allow_groups:
Expand All @@ -30,6 +31,7 @@ provisioner:
bullseye:
ansible_become_pass: vagrant
ansible_python_interpreter: /usr/bin/python3
rkhunter_web_cmd:
sshd_admin_net:
- 0.0.0.0/0
sshd_allow_groups:
Expand All @@ -40,6 +42,7 @@ provisioner:
ansible_become_pass: vagrant
ansible_python_interpreter: /usr/bin/python3
kernel_lockdown: confidentiality
rkhunter_web_cmd:
sshd_admin_net:
- 0.0.0.0/0
sshd_allow_groups:
Expand Down
Loading

0 comments on commit 8e55a62

Please sign in to comment.