2016-10-16 18:50:37 -07:00
|
|
|
---
|
|
|
|
- name: Apply the Zcash Gitian builder role.
|
|
|
|
become: yes
|
|
|
|
hosts: localhost:zcash-build
|
|
|
|
vars:
|
|
|
|
zcash_git_repo_url: https://github.com/zcash/zcash
|
2017-04-27 14:36:07 -07:00
|
|
|
zcash_version: v1.0.8-1
|
2016-10-16 18:50:37 -07:00
|
|
|
gpg_key_name: ''
|
|
|
|
git_name: ''
|
|
|
|
git_email: ''
|
2018-05-21 19:59:37 -07:00
|
|
|
gpg_key_id: ''
|
2016-10-16 18:50:37 -07:00
|
|
|
roles:
|
|
|
|
- role: common
|
|
|
|
tags: common
|
|
|
|
- role: gitian
|
|
|
|
tags: gitian
|