This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that I control the following Nostr public key: npub1g00dhtl0xayv87g5dwtpexu8506umvwvk5957kysusy8q23855rqzk79ys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# update_dash_mns.yml | |
--- | |
- hosts: dash_masternodes | |
vars_files: vault.yml | |
become: yes | |
become_method: sudo | |
tasks: | |
- name: 'Ensure dashd job is no longer present. Removes any job that is prefixed by "#Ansible: dashd" from the crontab' | |
ansible.builtin.cron: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# checkdiskspaceall.yml | |
--- | |
- hosts: zcoin_masternodes | |
vars_files: vault.yml | |
become: yes | |
become_method: sudo | |
gather_facts: yes | |
tasks: | |
- name: Collect only facts about hardware | |
setup: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: |