ansible-tarsnap icon indicating copy to clipboard operation
ansible-tarsnap copied to clipboard

ansible role for operating tarsnap backups

Results 5 ansible-tarsnap issues
Sort by recently updated
recently updated
newest added

[Tarsnap is now packaged](https://www.tarsnap.com/download.html) for most popular distros. Consider using the official package instead of compiling from source within the playbooks. It would be nice to no longer have to...

Hi there, I've got a playbook using the tarsnap role: ```yml --- - hosts: thehost become: yes roles: - role: tarsnap tarsnap_version: 1.0.37 tarsnap_keyfile: "/root/tarsnap.key" tarsnap_cache: "/usr/local/tarsnap-cache" ``` However, I...

This fixes `[ANSIBLE0008] deprecated sudo feature` linting warnings and makes plays use Ansible's current privilege-escalation mechanism. https://docs.ansible.com/ansible/become.html

This fixes the `ANSIBLE0006 tar used in place of unarchive module` lint warning in `Task/Handler: Decompress Tarsnap source`.

Fixes instances of `ANSIBLE0009 Octal file permissions must contain leading zero` warning.