Add rclone role

This commit is contained in:
2019-11-10 15:36:23 -06:00
parent 0779fbabef
commit fd344fd385
5 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# {{ ansible_managed }}
[{{ item.name }}]
type = {{ item.type }}
account = {{ item.account }}
key = {{ item.key }}