Skip to content
Snippets Groups Projects
Commit 083ca3ad authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] make the whole stack work on a new server

parent a6f907be
No related branches found
No related tags found
No related merge requests found
Pipeline #7344 failed
.idea/ .idea/
node_modules/
[elkservers] [elkservers]
46.101.141.120 ansible_user=root 167.172.182.176 ansible_user=root
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
source ~/.nvm/nvm.sh && /opt/{{ username }}/duniter/bin/duniter config source ~/.nvm/nvm.sh && /opt/{{ username }}/duniter/bin/duniter config
--cpu 0.3 --noupnp --cpu 0.3 --noupnp
--ws2p-private --ws2p-sync --ws2p-noupnp --ws2p-private --ws2p-sync --ws2p-noupnp
--bma --ipv4 {{ ansible_default_ipv4.address }} --remoteipv4 {{ ansible_default_ipv4.address }} --port 9220 --remoteport 9220 --bma --ipv4 {{ ansible_default_ipv4.address }} --remote4 {{ ansible_default_ipv4.address }} --port 9220 --remotep 9220
args: args:
executable: /bin/bash executable: /bin/bash
creates: /opt/{{ username }}/.config/duniter/duniter_default/conf.json creates: /opt/{{ username }}/.config/duniter/duniter_default/conf.json
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
owner: root owner: root
mode: 0644 mode: 0644
#- name: Starting Logstash - name: Starting Logstash
# service: service:
# name: logstash name: logstash
# state: started state: started
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
become: yes become: yes
become_user: root become_user: root
roles: roles:
# - { role: python } - { role: python }
# - { role: java } - { role: java }
# - { role: elasticsearch } - { role: elasticsearch }
- { role: logstash } - { role: logstash }
# - { role: kibana } - { role: metricbeat }
# - { role: metricbeat } - { role: filebeat }
# - { role: filebeat } - { role: kibana }
# - { role: duniter } - { role: duniter }
# - { role: heads_tailing } - { role: heads_tailing }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment