Admin9705 / ansible-rclone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-rclone

ansible role to install rclone

Usage:

  1. clone this repo into your local roles-directory
  2. add role to the hosts you want rclone installed to:
  3. The variable rclone_version can be defined as a release on github or beta.
- hosts: rclone-hosts
  roles:
    - rclone

About