https://github.com/webarchitect609/ansible-role-dropbox
Installs Dropbox from the official deb repository.
https://github.com/webarchitect609/ansible-role-dropbox
Last synced: 11 months ago
JSON representation
Installs Dropbox from the official deb repository.
- Host: GitHub
- URL: https://github.com/webarchitect609/ansible-role-dropbox
- Owner: webarchitect609
- Created: 2019-08-04T08:08:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T15:52:31.000Z (almost 7 years ago)
- Last Synced: 2023-03-01T17:11:47.900Z (over 3 years ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible Role: Dropbox
=========
[](https://travis-ci.org/webarchitect609/ansible-role-dropbox)
Installs Dropbox from the [official deb repository](https://help.dropbox.com/installs-integrations/desktop/linux-commands#add).
Requirements
------------
None.
Role Variables
--------------
None of the variables need to be altered for installing the latest stable version of the application.
However, all available variables are listed below, along with default values (see `defaults/main.yml`):
dropbox_package: dropbox
Package name to install
dropbox_deb_source: "deb https://linux.dropbox.com/ubuntu {{ ansible_distribution_release }} main"
Repository url.
dropbox_gpg_key_server: "pool.sks-keyservers.net"
GPG key server. The SKS key server pool is used.
[It is not recomended](https://github.com/nginxinc/docker-nginx/issues/156) to use `pgp.mit.edu` as it may be down.
dropbox_gpg_key_id: "1C61A2656FB57B7E4DE0F4C1FC918B335044912E"
GPG Key ID
Dependencies
------------
None.
Example Playbook
----------------
- hosts: servers
roles:
- { role: webarchitect609.dropbox }
License
-------
MIT
Author Information
------------------
This role was created in 2019 by Gripinskiy Sergey.