-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts.list
40 lines (32 loc) · 1.56 KB
/
hosts.list
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
[DEFAULT]
; Options placed into this section are applied to all hosts.
; This option specifies whether or not a tinc VPN is being used. Setting this
; to true causes applications to use private addresses and tinc interfaces. You
; must install tinc with the tinc subcommand.
;use_tinc = false
; This option specifies the interface cloudfabric should use, and the 'network-
; name' for tinc. If you are using tinc, 'cf' is fine. If you are not using
; tinc this should be the interface for cloudfabric to operate on. This
; defaults to 'cf' if use_tinc = true, and 'eth0' otherwise.
;netname = cf
; This option specifies the transport layer cloudfabric should use. 'tcp' only
; works with exactly 2 nodes. 'pgm' cannot works with arbitary number of nodes,
; but non-root users cannot send control messages to the cluster. 'epgm', which
; is recommended, can be used by non-root users and supports arbitary number of
; nodes.
;transport = epgm
; Each server in the cluster gets a section. The name must not have a hyphen or
; space in. It may be a domain name.
;[node1]
; If the node name is not a domain name, specifiy a IP address or domain name
; that can be used to connect to the host.
;connect_to = 203.0.113.3
; If you do not want to connect as root, specify a username. This requires
; 'sudo' to be installed on the server, and the 'requiretty' sudo option to
; be off.
;username = sfalken
; If you want to log in using password, and/or are non-root and sudo requires a
; password, set it here.
;password = Joshua
; If mysql requires a password, set it here.
;mysql_password = Joshua