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

ansible role for rclone :: https://galaxy.ansible.com/stefangweichinger/ansible_rclone

Results 12 ansible-rclone issues
Sort by recently updated
recently updated
newest added

Add support for openSUSE platforms

Looks like it has been some time since the role name change, with the issue mentioned in the docs being closed.

* new var {{ rclone_binary_path }} * new default value for rclone_version: "stable" * correction of role-name in molecule.yml: this will help including {{ rclone_binary_path }} in the molecule playbooks

The fact checking script `templates/etc/ansible/facts.d/rclone.fact.j2` (thankfully forked from @drybjed and the debops project) introduced with f281d85bae5464ae0a239771c0a3804dce7febb7 does not return correct facts with the `centos7` and `centos8` instances, when tested via...

enhancement

So far the role installs from upstream repos only and passes the OS package management. This might be problematic in some cases. I think of adding another installation "mode": a...

enhancement

Some notes here: the whole testing and releasing takes even more effort than the actual role ;-) * ansible-galaxy seems to want a release-number > 1: that's still not the...

I understand the point of doing that, but I still don't know how to properly use `commitizen` ... the repository still isn't fully commitizen-friendly. Help would be appreciated here. _Originally...

help wanted

Thank you so much for this library! I know macOS, we can install by Homebrew through Ansible. However, it does not support many custom features like config. It would be...

help wanted

I am trying to add Rclone config during installation. Here is what I found: I installed Rclone by ```yaml - name: Install Rclone hosts: hm-ubuntu roles: - role: stefangweichinger.ansible_rclone vars:...

This PR prepares updated workflows using https://github.com/robertdebock/molecule-action, release v5.x