Commit 481084091d2293ea91653963a5c9765168afaa16
1 parent
b51eebf0
Exists in
master
and in
87 other branches
change beta to cdtc
Showing
8 changed files
with
49 additions
and
49 deletions
Show diff stats
config/beta/config.yaml
@@ -1,14 +0,0 @@ | @@ -1,14 +0,0 @@ | ||
1 | -admins: | ||
2 | - - ["Paulo Meirelles", "paulo@softwarelivre.org"] | ||
3 | -external_hostname: beta.softwarepublico.gov.br | ||
4 | -external_ip: 164.41.9.49 | ||
5 | -site_url: https://beta.softwarepublico.gov.br | ||
6 | -colab_from_address: '"Portal do Software Publico" <noreply@beta.softwarepublico.gov.br>' | ||
7 | -server_email: '"Portal do Software Publico" <noreply@beta.softwarepublico.gov.br>' | ||
8 | -email_subject_prefix: '[spb]' | ||
9 | -lists_hostname: listas.softwarepublico.gov.br | ||
10 | -lists_admin: paulo@softwarelivre.org | ||
11 | -relay_hostname: relay.softwarepublico.gov.br | ||
12 | -relay_ip: 164.41.9.48 | ||
13 | -alt_ssh_port: 55555 | ||
14 | -from_address: noreply@softwarepublico.gov.br |
config/beta/ips.yaml
config/beta/iptables-filter-rules
config/beta/ssh_config
@@ -1,28 +0,0 @@ | @@ -1,28 +0,0 @@ | ||
1 | -Host * | ||
2 | - ForwardAgent yes | ||
3 | - | ||
4 | -Host reverseproxy | ||
5 | - Hostname 10.10.40.49 | ||
6 | - Port 55555 | ||
7 | - ProxyCommand ssh 164.41.9.49 -p 22 nc %h %p | ||
8 | - | ||
9 | -Host reverseproxy.unconfigured | ||
10 | - Hostname 164.41.9.49 | ||
11 | - | ||
12 | -Host integration | ||
13 | - Hostname 164.41.9.49 | ||
14 | - | ||
15 | -Host database | ||
16 | - Hostname 10.10.40.47 | ||
17 | - # connect via reverseproxy host | ||
18 | - ProxyCommand ssh 164.41.9.49 -p %p nc %h %p | ||
19 | - | ||
20 | -Host social | ||
21 | - Hostname 10.10.40.46 | ||
22 | - # connect via reverseproxy host | ||
23 | - ProxyCommand ssh 164.41.9.49 -p %p nc %h %p | ||
24 | - | ||
25 | -Host email | ||
26 | - Hostname 10.10.40.48 | ||
27 | - # connect via reverseproxy host | ||
28 | - ProxyCommand ssh 164.41.9.49 -p %p nc %h %p |
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +admins: | ||
2 | + - ["Paulo Meirelles", "paulo@softwarelivre.org"] | ||
3 | +external_hostname: spb.cdtc.unb.br | ||
4 | +external_ip: 164.41.9.49 | ||
5 | +site_url: https://spb.cdtc.unb.br | ||
6 | +colab_from_address: '"Portal do Software Publico" <noreply@spb.cdtc.unb.br>' | ||
7 | +server_email: '"Portal do Software Publico" <noreply@spb.cdtc.unb.br>' | ||
8 | +email_subject_prefix: '[spb]' | ||
9 | +lists_hostname: listas.spb.cdtc.unb.br | ||
10 | +lists_admin: paulo@softwarelivre.org | ||
11 | +relay_hostname: relay.spb.cdtc.unb.br | ||
12 | +relay_ip: 164.41.9.48 | ||
13 | +alt_ssh_port: 55555 | ||
14 | +from_address: noreply@spb.cdtc.unb.br |
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +Host * | ||
2 | + ForwardAgent yes | ||
3 | + | ||
4 | +Host reverseproxy | ||
5 | + Hostname 10.10.40.49 | ||
6 | + Port 55555 | ||
7 | + ProxyCommand ssh 164.41.9.49 -p 22 nc %h %p | ||
8 | + | ||
9 | +Host reverseproxy.unconfigured | ||
10 | + Hostname 164.41.9.49 | ||
11 | + | ||
12 | +Host integration | ||
13 | + Hostname 164.41.9.49 | ||
14 | + | ||
15 | +Host database | ||
16 | + Hostname 10.10.40.47 | ||
17 | + # connect via reverseproxy host | ||
18 | + ProxyCommand ssh 164.41.9.49 -p %p nc %h %p | ||
19 | + | ||
20 | +Host social | ||
21 | + Hostname 10.10.40.46 | ||
22 | + # connect via reverseproxy host | ||
23 | + ProxyCommand ssh 164.41.9.49 -p %p nc %h %p | ||
24 | + | ||
25 | +Host email | ||
26 | + Hostname 10.10.40.48 | ||
27 | + # connect via reverseproxy host | ||
28 | + ProxyCommand ssh 164.41.9.49 -p %p nc %h %p |