gecko/scripts/ansible/restart_playbook.yml

17 lines
356 B
YAML
Raw Normal View History

2020-03-10 12:20:34 -07:00
---
- 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
2020-05-11 20:21:08 -07:00
repo_name: ava-labs/gecko
repo_branch: master
2020-04-30 13:06:19 -07:00
roles:
- name: ava-stop
2020-04-30 13:07:43 -07:00
- name: ava-build
2020-04-30 13:09:01 -07:00
- name: ava-reset
- name: ava-start