Jelajahi Sumber

Fix ssh allow rule 22

Nicolas Meienberger 3 tahun lalu
induk
melakukan
9e214d0085
2 mengubah file dengan 1 tambahan dan 5 penghapusan
  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