Skip to content
Snippets Groups Projects
Commit 29e26ea6 authored by jurgenhaas's avatar jurgenhaas
Browse files

New role SpiderOak

parents
No related branches found
No related tags found
No related merge requests found
---
# file: roles/spideroak/tasks/main.yml
- name: "SpiderOak | Install Public Repo Key"
apt_key:
url='https://spideroak.com/dist/spideroak-apt-2013.asc'
state=present
- name: "SpiderOak | Add Repository To Apt"
copy:
content='deb http://apt.spideroak.com/ubuntu-spideroak-hardy/ release restricted'
dest=/etc/apt/sources.list.d/spideroak.list
mode=644
- name: "SpiderOak | Install The Agent"
apt:
pkg=spideroak
state=installed
update_cache=yes
# Initial setup:
# $ SpiderOakONE --setup=-
# or provide a jason file with the credentials: {"username": "username","password": "password","reinstall": true | false,"device_name": "device name"}
# Include path:
# $ SpiderOakONE --include-dir=DIR
# Run in background:
# $ SpiderOakONE --headless
# Info:
# $ SpiderOakONE --space
# $ SpiderOakONE --userinfo
# $ SpiderOakONE --fulllist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment