Coder Social home page Coder Social logo

ansible-role-spideroakone's Introduction

SpiderOak One

Installs and configures SpiderOak One (https://spideroak.com)

Requirements

  • Uses become to install packages

Role Variables

spideroakone_username: (No default value)
spideroakone_password: (No default value)
spideroakone_reinstall: false
spideroakone_devicename: (No default value)

spideroakone_mirror_url: https://spideroak.com/getbuild?
spideroakone_platform: ubuntu
spideroakone_arch: x86_64    

spideroakone_backup_include_dir: []
spideroakone_backup_exclude_dir: []
spideroakone_backup_include_file: []
spideroakone_backup_exclude_file: []

spideroakone_restores: []
spideroakone_restore_files: False


spideroakone_download_url: "{{spideroakone_mirror_url }}platform={{ spideroakone_platform }}&arch={{ spideroakone_arch}}"

Dependencies

None

Example

Example playbook

- hosts: localhost
  connection: local

roles:
  - henriklyngaard.spirderoakone

Example inventory

spideroakone_username: "[email protected]"
spideroakone_password: "my_secret" 
spideroakone_reinstall: "false"
spideroakone_devicename: "laptop"

spideroakone_restore_files: "true"
spideroakone_restores: 
  - device: 1 
    path: /home/john/Pictures/2005/01/01 

spideroakone_backup_include_dir:
  - /home/john/Pictures


spideroakone_backup_include_file:
  - /home/john/.bash_history
  • device is the device id of an already instaled device to restore files from. You can get a list of devices by running SpiderOakONE --userinfo

License

MIT

Author Information

This role works by invoking the SpierOakONE binary via the command module. There is little to none parsing of the output at this point in time. In future releases I hope to make a custom module.

Change log

  • 1.0: Initial version

ansible-role-spideroakone's People

Contributors

henriklynggaard avatar

Watchers

 avatar

Forkers

sambaum

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.