Skip to content

Instantly share code, notes, and snippets.

@goodc0re
goodc0re / update_zcoin_mns.yml
Last active December 20, 2019 09:54
Ansible playbook to update a zcoin masternode on Ubuntu, update Ubuntu with apt and reboot if needed
# update_zcoin_mns.yml
---
- hosts: zcoin_masternodes
vars_files: vault.yml
become: yes
become_method: sudo
tasks:
- name: Download zcoin binary
become: no
get_url: