Skip to content
Snippets Groups Projects
Commit 78833313 authored by Maxime Bombar's avatar Maxime Bombar
Browse files

Merge branch 'ethercalc_newinfra' into 'newinfra'

ethercalc on new infra

See merge request !95
parents eccb6172 c888c560
No related branches found
No related tags found
1 merge request!95ethercalc on new infra
......@@ -52,6 +52,7 @@ nginx:
- {from: phabricator.crans.org, to: 172.16.10.116}
- {from: trackerusercontent.crans.org, to: 172.16.10.116}
- {from: wiki.crans.org, to: 172.16.10.161}
- {from: ethercalc.crans.org, to: "172.16.10.133:8000"}
# - {from: mailman.crans.org, to: 10.231.136.180}
#
# # Zamok
......
ethercalc:
ipv4: '172.16.10.133'
......@@ -33,6 +33,9 @@ frontdaur.adm.crans.org
[roundcube]
roundcube-srv.adm.crans.org
[ethercalc]
ethercalc-srv.adm.crans.org
[horde]
horde-srv.adm.crans.org
......@@ -95,6 +98,7 @@ casouley.adm.crans.org
kiwi.adm.crans.org
tracker.adm.crans.org
jitsi.adm.crans.org
ethercalc-srv.adm.crans.org
[ovh_physical]
sputnik.adm.crans.org
......
#!/usr/bin/env ansible-playbook
---
- hosts: ethercalc
roles:
- ethercalc
......@@ -11,7 +11,7 @@ RestartSec=3
User=redis
Group=redis
PIDFile=/var/run/ethercalc.pid
ExecStart=/usr/bin/ethercalc --host 10.231.136.203 --port 8000
ExecStart=/usr/bin/ethercalc --host {{ ethercalc.ipv4 }} --port 8000
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment