Giter Club home page Giter Club logo

ansible-role--docker-syncthing's Introduction

Ansible Role: Docker Syncthing

Setup and run a docker container for syncthing.

Requirements

Only requirement is to have docker installed on the system, you can use an existing role. I can reccomend geerlingguy.docker.

Role Variables

syncthing_username

Specifies the username under which the contaienr will write data (a new user will be created if necessary)

syncthing_group

Specifies the user group under which the contaienr will write data

syncthing_data_dirname

Directory name in which the docker container will write its data (under user's $HOME)

syncthing_firewall

Specifies if the role should update iptables to whitelist syncthing ports

syncthing_firewall_gui_whitelist_ip

Must be a list of strings, each IP will be whitelisted to access the Web GUI, use 0.0.0.0 to allow everything.

Dependencies

None.

Soft dependendcy: geerlingguy.docker (see Requirements section)/

Example Playbook

- hosts: all
  roles:
     - geerlingguy.docker
     - esolitos.syncthing

License

MIT

Author Information

This role was created in 2019 by Marlon (esolitos) Saglia for personal use, Issues and Pull-Requests are welcome.

ansible-role--docker-syncthing's People

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.