Commit f68bd1e7 authored by Boxiang Sun's avatar Boxiang Sun

Allow wxPython links

parent d154ca24
......@@ -113,6 +113,21 @@
line: "2a04:4e42:600::483 rubygems.org"
dest: /etc/hosts
- name: Change the wxPython.org in the hosts
lineinfile:
line: "173.212.231.191 wxpython.org"
dest: /etc/hosts
- name: Change the lab.nexedi.com in the hosts
lineinfile:
line: "88.99.67.114 lab.nexedi.com"
dest: /etc/hosts
- name: Change the lab.nexedi.com in the hosts
lineinfile:
line: "212.129.18.209 lab.nexedi.com"
dest: /etc/hosts
- name: Allow to access lab.nexedi.com
iptables:
action: append
......@@ -315,6 +330,15 @@
destination: raw.githubusercontent.com
jump: ACCEPT
- name: Allow to access wxpython.org
iptables:
action: append
chain: OUTPUT
protocol: tcp
destination_port: 443
destination: wxpython.org
jump: ACCEPT
- name: Allow to access rubygems/bundle
iptables:
ip_version: ipv6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment