UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

22 lines (18 loc) 425 B
--- - name: Ensure Sanoid is configured template: src: sanoid.conf.j2 dest: /etc/sanoid/sanoid.conf mode: 0644 - name: Ensure Systemd Daemon is reloaded systemd: daemon_reload: true - name: Ensure sanoid-prune service is enabled systemd: name: sanoid-prune enabled: true - name: Ensure sanoid.timer is enabled and started systemd: name: sanoid.timer state: started enable: true