-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathdeploy.conf
More file actions
33 lines (28 loc) · 818 Bytes
/
deploy.conf
File metadata and controls
33 lines (28 loc) · 818 Bytes
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
# The server list.
# deploy.sh
# Copyright (c) 2012, Comfirm AB
#
# To get the most out of deploy.sh you can make it dynamic.
# Use a heartbeat software or similar to maintain it.
# Define the user to login with:
# user name keyfile
# ------------------------------------------
user ubuntu /var/keyfiles/ubuntu.rsa
# Add server groups like this:
# server group ip address
# ------------------------------------------
server all 10.0.0.101
server all 10.0.0.102
#server all 10.0.0.104
server all 10.0.0.105
server all 10.0.0.106
server all 10.0.0.108
server all 10.0.0.109
server all 10.0.0.120
server all 10.0.0.150
# DB servers
server db 10.0.0.106
server db 10.0.0.150
# Web servers
server web 10.0.0.105
server web 10.0.0.120