From 488c54421d72c0a6ae3041710d5fe55f38c391e7 Mon Sep 17 00:00:00 2001 From: Quotengrote <38253905+quotengrote@users.noreply.github.com> Date: Sun, 18 Oct 2020 17:49:15 +0200 Subject: [PATCH] Docker Vars - ufw + User (#50) * Firewall Regeln Docker angepasst * Docker User angepasst --- inventories/group_vars/docker.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/inventories/group_vars/docker.yml b/inventories/group_vars/docker.yml index e7158acc..693491c1 100644 --- a/inventories/group_vars/docker.yml +++ b/inventories/group_vars/docker.yml @@ -3,10 +3,14 @@ restic_folders_to_backup: /usr/local /etc /root /var/www /home /var/lib/docker ### oefenweb.ufw ufw_rules: +# - rule: allow +# to_port: 22 +# protocol: tcp +# comment: 'ssh' +# - rule: allow +# to_port: 3000 +# comment: 'rssbridge' - rule: allow - to_port: 22 - protocol: tcp - comment: 'ssh' - - rule: allow - to_port: 3000 - comment: 'rssbridge' + comment: 'alles erlauben' + ### mgrote.create_users + create_user_groups: 'sudo, ssh, docker'