[dopr] open http/https ports in firewall

This commit is contained in:
Valentin Gologuzov 2015-06-11 15:51:51 +02:00
parent be345a397e
commit 064851c04e
3 changed files with 3 additions and 0 deletions

View file

@ -1,2 +1,3 @@
---
resolvconf: "resolv.conf/cloud"
tcp_ports: [80, 443]

View file

@ -56,6 +56,8 @@
- "cdic_async.service"
- "cdic_gunicorn.service"
- command: "systemctl daemon-reload"
- name: install systemd tmpfiles
copy: src="tmpfiles.d/cdic_gunicorn.conf" dest="/etc/tmpfiles.d/"