vars
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
d67020db21
commit
76fae15233
1 changed files with 27 additions and 0 deletions
27
host_vars/irantu.mgrote.net
Normal file
27
host_vars/irantu.mgrote.net
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
### oefenweb.ufw
|
||||
ufw_rules:
|
||||
- rule: allow
|
||||
to_port: 22
|
||||
protocol: tcp
|
||||
comment: 'ssh'
|
||||
from_ip: 0.0.0.0/0
|
||||
ufw_default_incoming_policy: deny
|
||||
ufw_default_outgoing_policy: allow
|
||||
|
||||
### apt_install_packages
|
||||
apt_packages_extra:
|
||||
- qemu
|
||||
- virt-manager
|
||||
- tmux
|
||||
- keychain
|
||||
- jq
|
||||
- vim
|
||||
- cifs-utils
|
||||
- nextcloud-desktop
|
||||
- keepassxc
|
||||
- openssh-server
|
||||
- sshpass
|
||||
- ansible
|
||||
linux-oem-22.04b
|
||||
|
Loading…
Reference in a new issue