-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts
More file actions
38 lines (30 loc) · 961 Bytes
/
hosts
File metadata and controls
38 lines (30 loc) · 961 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
33
34
35
36
37
38
###########################################################################
### Ansible Vars
###########################################################################
#timeout=60
#ansible_become=yes
#ansible_ssh_user=ec2-user
[GenericExample:children]
frontends
apps
appdbs
support
app1
app2
[app1]
app1.c898.internal ssh_host=ec2-34-204-177-89.compute-1.amazonaws.com
[app2]
app2.c898.internal ssh_host=ec2-34-231-122-119.compute-1.amazonaws.com
[frontends]
## These are the frontends
frontend1.c898.internal ssh_host=ec2-34-194-174-151.compute-1.amazonaws.com
[apps]
## These are the apps
app1.c898.internal ssh_host=ec2-34-204-177-89.compute-1.amazonaws.com
app2.c898.internal ssh_host=ec2-34-231-122-119.compute-1.amazonaws.com
[appdbs]
## These are the appdbs
appdb1.c898.internal ssh_host=ec2-34-236-192-166.compute-1.amazonaws.com
## These are the supporthosts
[support]
support1.c898.internal ssh_host=ec2-34-225-194-3.compute-1.amazonaws.com