mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
Add basic info how to use ansible role for installation
This commit is contained in:
committed by
Nick Craig-Wood
parent
50addaa91e
commit
d645bf0966
@@ -37,3 +37,20 @@ linux binary downloaded files install example
|
|||||||
sudo mkdir -p /usr/local/share/man/man1
|
sudo mkdir -p /usr/local/share/man/man1
|
||||||
sudo cp rclone.1 /usr/local/share/man/man1/
|
sudo cp rclone.1 /usr/local/share/man/man1/
|
||||||
sudo mandb
|
sudo mandb
|
||||||
|
|
||||||
|
Installation with Ansible
|
||||||
|
-------
|
||||||
|
|
||||||
|
This can be done with [Stefan Weichinger's ansible
|
||||||
|
role](https://github.com/stefangweichinger/ansible-rclone).
|
||||||
|
|
||||||
|
Instructions
|
||||||
|
|
||||||
|
1. `git clone https://github.com/stefangweichinger/ansible-rclone.git` into your local roles-directory
|
||||||
|
2. add the role to the hosts you want rclone installed to:
|
||||||
|
|
||||||
|
```
|
||||||
|
- hosts: rclone-hosts
|
||||||
|
roles:
|
||||||
|
- rclone
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user