https://github.com/wtanaka/ansible-role-dropbox
Ansible role for installing dropbox
https://github.com/wtanaka/ansible-role-dropbox
ansible ansible-galaxy ansible-role ansible-roles dropbox file file-sync file-syncing files galaxy network networking sync synchronisation synchronization synchronize-files synchronizer
Last synced: 7 months ago
JSON representation
Ansible role for installing dropbox
- Host: GitHub
- URL: https://github.com/wtanaka/ansible-role-dropbox
- Owner: wtanaka
- License: gpl-2.0
- Created: 2016-07-24T04:18:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T00:48:29.000Z (about 6 years ago)
- Last Synced: 2025-01-23T07:45:36.438Z (9 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, ansible-roles, dropbox, file, file-sync, file-syncing, files, galaxy, network, networking, sync, synchronisation, synchronization, synchronize-files, synchronizer
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/wtanaka/ansible-role-dropbox)
[](https://circleci.com/gh/wtanaka/ansible-role-dropbox)wtanaka.dropbox
===============This ansible role installs dropbox.
This includes some logic from the role created by Julien DAUPHANT, which
are Copyright (c) 2014, Julien DAUPHANT and are subject to the
two-clause BSD license:* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.The other code is released under GPLv2 copyright Wesley Tanaka.
Example Playbook
----------------- hosts: all
roles:
- wtanaka.dropboxLicense
-------GPLv2