-
Notifications
You must be signed in to change notification settings - Fork 1
/
hosts
20 lines (12 loc) · 1.1 KB
/
hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[development]
#otindex ansible_host=otindex.opentreeoflife.org ansible_user=admin ansible_ssh_private_key_file=/home/ejmctavish/.ssh/opentree.pem
#ot39 ansible_host=ot39.opentreeoflife.org ansible_user=admin ansible_ssh_private_key_file=/home/ejmctavish/.ssh/opentree.pem
#ot40 ansible_host=ot40.opentreeoflife.org ansible_user=admin ansible_ssh_private_key_file=/home/ejmctavish/.ssh/opentree.pem
#devapi ansible_host=devapi.opentreeoflife.org ansible_user=ubuntu ansible_ssh_private_key_file=/home/ejmctavish/.ssh/opentree.pem
devotindex ansible_host=devotindex.opentreeoflife.org ansible_user=ubuntu ansible_ssh_private_key_file=/home/ejmctavish/.ssh/opentree.pem
ansible_python_interpreter=/usr/bin/python3
[devapi]
#devapi ansible_host=devapi.opentreeoflife.org ansible_user=admin ansible_ssh_private_key_file=/Users/jima/.ssh/id_rsa
#devapi ansible_host=devapi.opentreeoflife.org ansible_user=admin ansible_ssh_private_key_file=/Users/jima/.ssh/opentree/production.pem
[production]
otindex ansible_host=otindex.opentreeoflife.org ansible_user=admin ansible_ssh_private_key_file=/home/ejmctavish/.ssh/opentree.pem