-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts
33 lines (27 loc) · 889 Bytes
/
hosts
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
[3tierapp:vars]
###########################################################################
### Ansible Vars
###########################################################################
timeout=60
ansible_become=yes
ansible_ssh_user=ec2-user
ansible_ssh_private_key_file="~/.ssh/6b4bkey.pem"
ansible_ssh_common_args="-o StrictHostKeyChecking=no"
[3tierapp:children]
frontends
apps
appdbs
support
[frontends]
## These are the frontends
frontend1.6b4b.internal ansible_ssh_host=frontend1.6b4b.example.opentlc.com
[apps]
## These are the apps
app1.6b4b.internal ansible_ssh_host=app1.6b4b.example.opentlc.com
app2.6b4b.internal ansible_ssh_host=app2.6b4b.example.opentlc.com
[appdbs]
## These are the appdbs
appdb1.6b4b.internal ansible_ssh_host=appdb1.6b4b.example.opentlc.com
## These are the support
[support]
support1.6b4b.internal ansible_ssh_host=support1.6b4b.example.opentlc.com