updated ansible

This commit is contained in:
StephenButtolph 2020-03-31 19:22:00 -04:00
parent 7a369e66b0
commit 2ab3886eb7
3 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,7 @@ borealis_bootstrap:
ansible_connection: ssh
ansible_user: ubuntu
network_id: "borealis"
network_id: "cascade"
api_admin_enabled: true
api_keystore_enabled: true
api_metrics_enabled: true
@ -62,7 +62,7 @@ borealis_node:
ansible_connection: ssh
ansible_user: ubuntu
network_id: "borealis"
network_id: "cascade"
api_admin_enabled: true
api_keystore_enabled: true
api_metrics_enabled: true

View File

@ -8,6 +8,7 @@
ava_binary: ~/go/src/github.com/ava-labs/gecko/build/ava
repo_folder: ~/go/src/github.com/ava-labs/gecko
repo_name: ava-labs/gecko
repo_branch: master
tasks:
- name: Kill Node
command: killall ava
@ -15,6 +16,7 @@
- git:
repo: ssh://git@github.com/{{ repo_name }}.git
dest: "{{ repo_folder }}"
version: "{{ repo_branch }}"
update: yes
- name: Build project
command: ./scripts/build.sh

View File

@ -8,6 +8,7 @@
ava_binary: ~/go/src/github.com/ava-labs/gecko/build/ava
repo_folder: ~/go/src/github.com/ava-labs/gecko
repo_name: ava-labs/gecko
repo_branch: master
tasks:
- name: Kill Node
command: killall ava
@ -15,6 +16,7 @@
- git:
repo: ssh://git@github.com/{{ repo_name }}.git
dest: "{{ repo_folder }}"
version: "{{ repo_branch }}"
update: yes
- name: Build project
command: ./scripts/build.sh