Skip to content

Commit

Permalink
Merge pull request #678 from konstruktoid/lint
Browse files Browse the repository at this point in the history
linting
  • Loading branch information
konstruktoid authored Jun 25, 2024
2 parents 5a8b627 + 938df69 commit 2aefe7c
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ sshd_kex_algorithms:
- ecdh-sha2-nistp256
- diffie-hellman-group-exchange-sha256
sshd_listen:
- "0.0.0.0"
- 0.0.0.0
sshd_log_level: VERBOSE
sshd_login_grace_time: 20
sshd_macs:
Expand Down
2 changes: 1 addition & 1 deletion defaults/main/sshd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sshd_kex_algorithms:
- ecdh-sha2-nistp256
- diffie-hellman-group-exchange-sha256
sshd_listen:
- "0.0.0.0"
- 0.0.0.0
sshd_log_level: VERBOSE
sshd_login_grace_time: 20
sshd_macs:
Expand Down
4 changes: 2 additions & 2 deletions molecule/almalinux/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provisioner:
kernel_lockdown: integrity
manage_timesyncd: false
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand All @@ -30,7 +30,7 @@ provisioner:
kernel_lockdown: true
manage_timesyncd: false
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand Down
2 changes: 1 addition & 1 deletion molecule/custom/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provisioner:
ntp_servers:
- 169.254.169.123
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
system_upgrade: true
packages_blocklist:
- apport*
Expand Down
6 changes: 3 additions & 3 deletions molecule/debian/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provisioner:
ansible_python_interpreter: /usr/bin/python3
kernel_lockdown: integrity
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand All @@ -31,7 +31,7 @@ provisioner:
ansible_become_pass: vagrant
ansible_python_interpreter: /usr/bin/python3
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand All @@ -41,7 +41,7 @@ provisioner:
ansible_python_interpreter: /usr/bin/python3
kernel_lockdown: confidentiality
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand Down
8 changes: 4 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ provisioner:
manage_resolved: false
manage_timesyncd: false
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand All @@ -38,7 +38,7 @@ provisioner:
manage_usbguard: false
rkhunter_web_cmd: wget
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand All @@ -50,7 +50,7 @@ provisioner:
enable_page_poisoning: true
kernel_lockdown: false
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand All @@ -70,7 +70,7 @@ provisioner:
disable_wireless: true
kernel_lockdown: true
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand Down
6 changes: 3 additions & 3 deletions molecule/docker/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ provisioner:
almalinux9:
manage_timesyncd: false
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand All @@ -30,7 +30,7 @@ provisioner:
ansible_python_interpreter: /usr/bin/python3
disable_wireless: false
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand All @@ -40,7 +40,7 @@ provisioner:
disable_ipv6: true
disable_wireless: true
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand Down
2 changes: 1 addition & 1 deletion molecule/redhat/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provisioner:
host_vars:
redhat:
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand Down
2 changes: 1 addition & 1 deletion molecule/single/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ provisioner:
noble:
kernel_lockdown: true
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
Expand Down
4 changes: 2 additions & 2 deletions molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ provisioner:
jammy:
kernel_lockdown: confidentiality
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
- sudo
noble:
sshd_admin_net:
- "0.0.0.0/0"
- 0.0.0.0/0
sshd_allow_groups:
- vagrant
platforms:
Expand Down

0 comments on commit 2aefe7c

Please sign in to comment.