This commit is contained in:
zhangzhihan
2020-01-17 15:35:48 +08:00
commit 960bdaa91f
58 changed files with 7988 additions and 0 deletions

View 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==

View 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

View 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
View 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