Latest
This commit is contained in:
parent
38ef97b8f7
commit
168088b69a
1 changed files with 2 additions and 2 deletions
|
@ -9443,7 +9443,7 @@ softwarePackages:
|
||||||
- docker-compose-plugin
|
- docker-compose-plugin
|
||||||
openssh-server:
|
openssh-server:
|
||||||
_service: sshd
|
_service: sshd
|
||||||
_when: echo '! grep Microsoft /proc/version && ! test -d /Applications' | bash
|
_when: echo '! grep Microsoft /proc/version > /dev/null && ! test -d /Applications' | bash
|
||||||
apt: openssh-server
|
apt: openssh-server
|
||||||
dnf: openssh-server
|
dnf: openssh-server
|
||||||
pacman: openssh
|
pacman: openssh
|
||||||
|
@ -9458,7 +9458,7 @@ softwarePackages:
|
||||||
fail2ban:
|
fail2ban:
|
||||||
_service: fail2ban
|
_service: fail2ban
|
||||||
# fail2ban cannot be installed on Qubes Fedora 36 without messing with the qubes-firewall since firewalld is required
|
# fail2ban cannot be installed on Qubes Fedora 36 without messing with the qubes-firewall since firewalld is required
|
||||||
_when: echo '! command -v qubes-firewall > /dev/null && ! "$(grep Microsoft /proc/version)"' | bash
|
_when: echo '! command -v qubes-firewall > /dev/null && ! grep Microsoft /proc/version > /dev/null' | bash
|
||||||
apt: fail2ban
|
apt: fail2ban
|
||||||
brew: fail2ban
|
brew: fail2ban
|
||||||
dnf: fail2ban
|
dnf: fail2ban
|
||||||
|
|
Loading…
Reference in a new issue