gecko/scripts/ansible/update_playbook.yml

16 lines
363 B
YAML
Executable File

---
- name: Update the network
connection: ssh
gather_facts: false
hosts: all
vars:
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-internal
repo_branch: platformvm-proposal-accept
roles:
- name: ava-stop
- name: ava-build
- name: ava-start