autoarchive
Ansible Role: autoarchive
archives all updated files with a given fileextension to an archive folder
Requirements
None.
Role Variables
Available variables are listed below, along with default values:
installation_os_user: vagrant
installation_os_group: vagrant
fileextension: '.sb2'
Dependencies
None.
Example Playbook
- hosts: all
roles:
- role: bassinator.autoarchive
installation_os_user: <your_user>
installation_os_group: <your_user_group>
fileextension: '.xml'
License
GNU GPLv3
Author Information
This role was created in 2018 by Bastian Bukatz.
Install
ansible-galaxy install Bassinator/ansible-role-autoarchive
License
Unknown
Downloads
511
Owner