浏览代码

Fix ssh allow rule 22

Nicolas Meienberger 3 年之前
父节点
当前提交
9e214d0085
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 1 4
      ansible/host_vars/tipi.yml
  2. 0 1
      ansible/tasks/common/essential.yml

+ 1 - 4
ansible/host_vars/tipi.yml

@@ -4,7 +4,4 @@ packages:
   - coreutils
   - git
   - docker
-
-### ZSH Settings
-zsh_theme: "powerlevel10k/powerlevel10k"
-ohmyzsh_git_url: https://github.com/robbyrussell/oh-my-zsh
+  - openssh-server

+ 0 - 1
ansible/tasks/common/essential.yml

@@ -35,7 +35,6 @@
   community.general.ufw:
     rule: allow
     port: 22
-    from: 192.168.2.0/24
     proto: tcp
 
 - name: Allow port 80 in UFW