add allowed range to ssh
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
rule: allow
|
||||
port: https
|
||||
src: "{{ item }}"
|
||||
with_items: "{{ webgw_allowedranges }}"
|
||||
with_items: "{{ allowedranges }}"
|
||||
|
||||
- name: "Install Nginx via apt"
|
||||
ansible.builtin.apt:
|
||||
|
Reference in New Issue
Block a user