Skip to content

Commit 901d057

Browse files
committed
Add graylog lab host vars files
This commit adds the three sample host_vars related to the lab's graylog deployment.
1 parent 49ef721 commit 901d057

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

inventory/lab/host_vars/graylog-1.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
3+
interconnect_name: 'graylog-1-int'
4+
interconnect_addr: '192.168.122.21'
5+
server_weight: 1
6+
graylog_server_inputbuffer_size: 65536
7+
graylog_server_is_master: true
8+
keepalived_vrrp_priority: 110

inventory/lab/host_vars/graylog-2.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
3+
interconnect_name: 'graylog-2-int'
4+
interconnect_addr: '192.168.122.22'
5+
server_weight: 3
6+
graylog_server_inputbuffer_size: 65536
7+
keepalived_vrrp_priority: 100

inventory/lab/host_vars/graylog-3.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
3+
interconnect_name: 'graylog-3-int'
4+
interconnect_addr: '192.168.122.23'
5+
server_weight: 3
6+
graylog_server_inputbuffer_size: 65536
7+
keepalived_vrrp_priority: 120

0 commit comments

Comments
 (0)