17 lines
345 B
YAML
17 lines
345 B
YAML
---
|
|
- name: Apply the Zcash Gitian builder role.
|
|
become: yes
|
|
hosts: localhost:zcash-build
|
|
vars:
|
|
zcash_git_repo_url: https://github.com/zcash/zcash
|
|
zcash_version: v1.0.8-1
|
|
gpg_key_name: ''
|
|
git_name: ''
|
|
git_email: ''
|
|
gpg_key_id: ''
|
|
roles:
|
|
- role: common
|
|
tags: common
|
|
- role: gitian
|
|
tags: gitian
|