GitXplorerGitXplorer
f

ansible-btsync

public
16 stars
11 forks
0 issues

Commits

List of commits on branch master.
Unverified
bb58e1c9529ca21e85fde8207898220100f3a031

Add platforms.

ffrancois2metz committed 8 years ago
Unverified
f858dd6ab802eaa0462f5d2f5cb3aaccea101ce2

Update categories to galaxy_tags.

ffrancois2metz committed 8 years ago
Unverified
cae406c4cc64fef6dc3c75ac04ba4cf9ede74b84

Keeping current (#16)

ootakup0pe committed 8 years ago
Unverified
80077ff09fdca604426420ca44b30c6b75095e34

Merge branch 'otakup0pe-master'.

ffrancois2metz committed 9 years ago
Unverified
4c1787d9c0aedc5769f8f013b0d4ec819cd8552d

remove vestiges of v1

committed 9 years ago
Unverified
bb7c2c0bd3f8d4b92182e01d9f98e12b29e0373d

support v1 or v2 sync

ootakup0pe committed 10 years ago

README

The README file for this repository.

Ansible btsync

Install and manage a btsync server on Linux.

  • download btsync
  • install it on /usr/local
  • create init service
  • manage the config file with shared folders

Role Variables

btsync_port: Optional. Specify port to run on. Defaults to a random port at startup.

btsync_upnp: Optional. Whether or not to use uPNP. True by default

btsync_user: Required. The user who run the btsync daemon.

btsync_webui.listen: Optional. The ip to listen. Default 0.0.0.0.

btsync_webui.user: Required. The username used to protect the webui

btsync_webui.password: Required. The password used to protect the webui

btsync_webui.api_key: Optional. The api key to use the btsync API (http://www.bittorrent.com/sync/developers/api)

btsync_shared_folders: Optional. An array of shared folders

btsync_shared_folders.0.path: The path where the files will be synced

btsync_shared_folders.0.key: The private key for the shared folder

Example

  roles:
    - role: btsync
      btsync_user: thelocaluser
      btsync_webui:
        user: admin
        password: admin
        api_key: api_key
      btsync_shared_folders:
        - path: /path/to/shared/folder
          key: PRIVATEKEY
        - add more

Dependencies

None

License

(c) 2014 François de Metz

BSD