-
Notifications
You must be signed in to change notification settings - Fork 0
/
vagrant.yml
39 lines (39 loc) · 1.03 KB
/
vagrant.yml
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
all:
children:
remote:
vars:
ansible_user: vagrant
ansible_become: yes
children:
lab:
hosts:
lab.ewatercycle.org:
explore:
hosts:
explore.ewatercycle.org:
jupyter:
hosts:
vagrant.localhost:
vars:
ansible_user: vagrant
ansible_connection: ssh
ansible_host: 127.0.0.1
ansible_port: 2222
ansible_ssh_private_key_file: .vagrant/machines/default/virtualbox/private_key
# Newer Ansible expect python to be v3, while in Ubuntu 18.04 it is still v2
ansible_python_interpreter: /usr/bin/python3
selfsigned: true
analytics:
hosts:
analytics.ewatercycle.org:
experiments:
hosts:
experiments.ewatercycle.org:
forecast:
hosts:
forecast.ewatercycle.org:
local:
hosts:
localhost:
vars:
ansible_connection: local