Commit f59a01051f04866aa3c04609c5ae40304325ad83
1 parent
b696a598
Exists in
master
and in
64 other branches
Add production environment data
Showing
4 changed files
with
51 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +admins: | ||
2 | + - ["Nayanne Araújo", "nayanne.bonifacio@planejamento.gov.br"] | ||
3 | + - ["Marisa Souza dos Santos", "marisa.santos@planejamento.gov.br"] | ||
4 | +external_hostname: www2.softwarepublico.gov.br | ||
5 | +external_ip: 189.9.151.64 | ||
6 | +alt_ssh_port: 55555 | ||
7 | +site_url: https://www2.softwarepublico.gov.br | ||
8 | +colab_from_address: '"Portal do Software Publico" <noreply@softwarepublico.gov.br>' | ||
9 | +server_email: '"Portal do Software Publico" <noreply@softwarepublico.gov.br>' | ||
10 | +email_subject_prefix: '[spb]' | ||
11 | +lists_hostname: listas.softwarepublico.gov.br | ||
12 | +lists_admin: nayanne.bonifacio@planejamento.gov.br | ||
13 | +from_address: noreply@softwarepublico.gov.br | ||
14 | +relay_hostname: relay.softwarepublico.gov.br | ||
15 | +relay_ip: 189.9.151.68 | ||
16 | +external_outgoing_mail_relay: 189.9.150.53 | ||
17 | +external_outgoing_mail_domain: serpro.gov.br |
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +# No environment rules |
@@ -0,0 +1,28 @@ | @@ -0,0 +1,28 @@ | ||
1 | +Host * | ||
2 | + ForwardAgent yes | ||
3 | + | ||
4 | +Host reverseproxy | ||
5 | + Hostname 10.21.0.4 | ||
6 | + Port 55555 | ||
7 | + ProxyCommand ssh 189.9.151.64 -p 22 nc %h 55555 | ||
8 | + | ||
9 | +Host reverseproxy.unconfigured | ||
10 | + Hostname 189.9.151.64 | ||
11 | + | ||
12 | +Host integration | ||
13 | + Hostname 189.9.151.64 | ||
14 | + | ||
15 | +Host database | ||
16 | + Hostname 10.21.0.6 | ||
17 | + # connect via reverseproxy host | ||
18 | + ProxyCommand ssh 189.9.151.64 -p %p nc %h 22 | ||
19 | + | ||
20 | +Host social | ||
21 | + Hostname 10.21.0.5 | ||
22 | + # connect via reverseproxy host | ||
23 | + ProxyCommand ssh 189.9.151.64 -p %p nc %h 22 | ||
24 | + | ||
25 | +Host email | ||
26 | + Hostname 10.21.0.7 | ||
27 | + # connect via reverseproxy host | ||
28 | + ProxyCommand ssh 189.9.151.64 -p %p nc %h 22 |