mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
allow some firewall rules in vagrant context
This commit is contained in:
parent
ba9c5049a1
commit
9eccd38026
@ -26,12 +26,14 @@
|
||||
- 128.91.49.0/24
|
||||
sudo: yes
|
||||
notify: restart firewalld
|
||||
when: is_production_vm == True
|
||||
|
||||
- firewalld: service=ssh
|
||||
permanent=true
|
||||
state=disabled
|
||||
sudo: yes
|
||||
notify: restart firewalld
|
||||
when: is_production_vm == True
|
||||
|
||||
- name: restart firewalld
|
||||
service: name=firewalld
|
||||
|
@ -3,7 +3,6 @@
|
||||
- include: system.yml tags=system
|
||||
|
||||
- include: firewall.yml tags=firewall
|
||||
when: is_production_vm == True
|
||||
|
||||
- include: database.yml tags=database
|
||||
when: do_database_management == True
|
||||
|
Loading…
Reference in New Issue
Block a user