Giter Club home page Giter Club logo

install_nebula's Introduction

JonTheNiceGuy.Install_Nebula

This is an Ansible Role for install Nebula from Defined Networking

Requirements

None

Role Variables

Variable Required Type Description
nebula_release no string The release tag name to install. Defaults to "latest"
nebula_key no string The text of the Nebula certificate key file for this node. Left blank does not create the service files.
nebula_cert no string The text of the Nebula certificate file for this node. Left blank does not create the service files.
nebula_ca_cert no string The text of the Nebula Certificate Authority root certificate file for this node. Left blank does not create the service files.
nebula_lighthouses no list(dict) A list of dictionary entries containing the keys nebula_ip and public_ip, like this [{"nebula_ip": "192.0.2.1", "public_ip": ["198.51.100.10:4242", "nebula.example.com:4242"]}, {"nebula_ip": "192.0.2.2", "public_ip": ["nebula.example.org:4242"]}]
nebula_am_lighthouse no boolean Whether to treat this node as a lighthouse or not. Default to false.
nebula_host no IP Address The host to bind the Nebula Service to. Default to 0.0.0.0.
nebula_port no Integer The port to bind the Nebula Service to. Default to 4242.
nebula_ssh_users no list(dict) A list of dictionary entries containing the keys username and keys, like this [{"username": "user", "keys": ["ssh-rsa AAAA...", "ssh-ed25519 AAAA..."]}]
nebula_tun_disabled no boolean Whether to disable the TUN interface (only really useful on Lighthouses). Default to false.
nebula_tun_name no string The name of the interface.
drop_local_broadcast no boolean Whether to drop broadcast packets. Defaults to true.
drop_multicast no boolean Whether to drop multicast packets. Defaults to true.
nebula_outbound no list(dict) A list of dictionary entries for the outbound firewall rules. Default to any/any allow.
nebula_inbound no list(dict) A list of dictionary entries for the firewall rules for outbound traffic. Default to any/any allow.

Dependencies

None.

Example Playbook

- hosts: servers
  tasks:
  - include_role:
      name: jontheniceguy.install_nebula

License

MIT

install_nebula's People

Contributors

jontheniceguy avatar

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.