forked from jixuan1989/init_ec2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpasswd.ini.template
62 lines (55 loc) · 1.63 KB
/
passwd.ini.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[default]
#which section is actived
activeSession=
#the sudo user, only used for sudo tasks
root =
#passwd of sudoer
passwd =
#pem file path, if it is not empty, we will ignore passwd
pem_key =
#example of section
[server]
#uesr name, if use createUser task, this user name will be the new user
newuser =
#password of newuser
passwd =
#pem file path, if it is not empty, we will ignore passwd
pem_key =
#cluster ips, use comma to split
hosts=
#hostnames of cluster , the number of hostnames must equal with hosts. the hostnames is used for changeHostname tass
hostnames=
#only useful for appendHosts, and ssh task when you add new nods into an existed and initialized cluster
existed_hosts=
#only useful for appendHosts, and ssh task when you add new nods into an existed and initialized cluster
existed_hostnames=
#locally jdk file. the related path is ./
jdk_source_file=
# when the jdk.tar.gz is unziped, the folder in the tar file.
jdk_folder=
# the ntp server address you want to sync
ntp_server=
# the allowed net that can sync with your ntp server
ntp_net=
# the allowed net mask that can sync with your ntp server
ntp_net_mask=
#admin ip. first ly, admin ip should be in hosts. secondly, we will set admin ip can free-password ssh other nodes (if you use ssh2_OneToAll instead of ssh2)
admin_ip=
##this is for different big data system (some are not big data )
[couch]
newuser =
passwd =
hosts=
hostnames=
jdk_source_file=
jdk_folder=
#bind which ip address for the couchdb #if not 0.0.0.0, only one server is successful installed
bind_address=
[collectd]
inflexdb_ip=
inflexdb_port=
[cassandra]
cassandra_file=
cassandra_folder=
data_folder=
one_seed_ip=