1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2025-09-09 14:09:29 +00:00

Variablize new IP ranges

This commit is contained in:
2021-01-29 15:03:40 -05:00
parent 609d46c0a9
commit c66e0a628f
2 changed files with 5 additions and 5 deletions

View File

@@ -27,11 +27,7 @@
rich_rule: 'rule service name="ssh" family="ipv4" source address="{{ item }}" accept'
permanent: true
state: enabled
with_items:
- 128.192.75.0/24
- 192.168.0.0/16
- 172.16.0.0/16
- 128.91.49.0/24
with_items: "{{ firewall_addrs }}"
become: yes
notify: restart firewalld
when: is_production_vm == True