create
This commit is contained in:
11
test_host/group_vars/all.yml
Normal file
11
test_host/group_vars/all.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
influxdb:
|
||||
cluster_ip: "192.168.40.210"
|
||||
|
||||
minio:
|
||||
data_dir: ./home/ceiec/minio_data
|
||||
access_key: minio
|
||||
secret_key: 1234567890
|
||||
|
||||
consul:
|
||||
datacenter: consul-xxg
|
||||
keys: XwXLAbVN1C44dLUVJ6UL5A==
|
||||
4
test_host/group_vars/blade-00.yml
Normal file
4
test_host/group_vars/blade-00.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
influxdb:
|
||||
meta_dir: /var/lib/influxdb/meta
|
||||
data_dir: /var/lib/influxdb/data
|
||||
wal_dir: /var/lib/influxdb/wal-dir
|
||||
8
test_host/group_vars/cluster_server.yml
Normal file
8
test_host/group_vars/cluster_server.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
influxdb:
|
||||
cluster_agent: 1
|
||||
meta_dir: /var/lib/influxdb/meta
|
||||
data_dir: /var/lib/influxdb/data
|
||||
wal_dir: /var/lib/influxdb/wal-dir
|
||||
|
||||
consul:
|
||||
cluster_nig_mgr: eth0
|
||||
14
test_host/hosts
Normal file
14
test_host/hosts
Normal file
@@ -0,0 +1,14 @@
|
||||
[all:vars]
|
||||
ansible_user=root
|
||||
|
||||
[UI_server]
|
||||
192.168.41.208
|
||||
|
||||
[cluster_server]
|
||||
192.168.41.208
|
||||
|
||||
[blade-mxn]
|
||||
192.168.41.204
|
||||
|
||||
[blade-00]
|
||||
192.168.41.206
|
||||
Reference in New Issue
Block a user