homeserver/inventories/group_vars/reverseproxy.yml
Michael Grote ff0b79fef8 Vars entschlüsselt
Rolle zu ansible-Playbook hinzugefügt, Var liegen in Group_Vars

KeepassPW mit Vault verschlüsselt

wip Umstellung in DB

pb var auf testeinzeln

miniflux

storage

gitignore angepasst

pb vars wieder auf all

virt
2020-08-20 12:58:43 +02:00

14 lines
231 B
YAML

---
### oefenweb.ufw
ufw_rules:
- rule: allow
to_port: 22
protocol: tcp
comment: 'ssh'
- rule: allow
to_port: 443
comment: 'https'
- rule: allow
to_port: 80
comment: 'http'