Update networks.json

pull/819/head
Kieran Prasch 2019-03-08 17:09:05 -08:00
parent e9bf56e4d3
commit b84426d62b
2 changed files with 2 additions and 5 deletions

View File

@ -9,12 +9,9 @@
- include_vars: "{{ lookup('env', 'ANSIBLE_VARIABLES') }}"
- include_vars:
file: "{{ networks_file }}"
file: "{{ networks_filepath }}"
name: networks
vars:
networks_file: "{{ lookup('file', networks_filepath) | from_json }}"
tasks:
- name: "Install System Dependencies"
become: yes

View File

@ -2,5 +2,5 @@
"Oumuamua": ["oregon-seednodes-414af81f89776e09.elb.us-west-2.amazonaws.com",
"eu-federated-balancer-40be4480ec380cd7.elb.eu-central-1.amazonaws.com"],
"eth_denver": ["https://3.17.80.38:9151"]
"devnet": ["https://18.222.119.242:9151"]
}