Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rml14-elk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cédric Moreau
rml14-elk
Commits
083ca3ad
Commit
083ca3ad
authored
5 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
[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
5 years ago
Stage: build
Stage: test
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
hosts
+1
-1
1 addition, 1 deletion
hosts
roles/duniter/tasks/main.yml
+1
-1
1 addition, 1 deletion
roles/duniter/tasks/main.yml
roles/logstash/tasks/main.yml
+4
-4
4 additions, 4 deletions
roles/logstash/tasks/main.yml
site.yml
+8
-8
8 additions, 8 deletions
site.yml
with
15 additions
and
14 deletions
.gitignore
+
1
−
0
View file @
083ca3ad
.idea/
.idea/
node_modules/
This diff is collapsed.
Click to expand it.
hosts
+
1
−
1
View file @
083ca3ad
[elkservers]
[elkservers]
46.101.141.120
ansible_user=root
167.172.182.176
ansible_user=root
This diff is collapsed.
Click to expand it.
roles/duniter/tasks/main.yml
+
1
−
1
View file @
083ca3ad
...
@@ -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 }} --remote
ipv
4 {{ ansible_default_ipv4.address }} --port 9220 --remotep
ort
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
...
...
This diff is collapsed.
Click to expand it.
roles/logstash/tasks/main.yml
+
4
−
4
View file @
083ca3ad
...
@@ -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
This diff is collapsed.
Click to expand it.
site.yml
+
8
−
8
View file @
083ca3ad
...
@@ -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:
metric
beat }
-
{
role
:
file
beat
}
#
- { role:
filebeat
}
-
{
role
:
kibana
}
#
- { role: duniter }
-
{
role
:
duniter
}
#
- { role: heads_tailing }
-
{
role
:
heads_tailing
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment