Coder Social home page Coder Social logo

ansible-role-headscale's Introduction

Ansible Role for Headscale

A role that installs and manages Headscale on Linux.

Requirements

  • Ansible >= 7

Installation

ansible-galaxy install kazauwa.headscale

Role Variables

  • headscale_version
    • Default: 0.22.3
    • Description: version of Headscale to install. List of avaliable versions can be found on official releases page. Defaults to the latest avaliable.
  • headscale_arch
    • Default: amd64
    • Description: headscale binary target architecture.
  • headscale_os
    • Default: linux
    • Description: headscale binary target OS.
  • headscale_user_name
    • Default: headscale
    • Description: name for service user for running Headscale binary.
  • headscale_user_group
    • Default: headscale
    • Description: group for service user for running Headscale binary.
  • headscale_user_uid
    • Default: 800
    • Description: uid for service user for running Headscale binary.
  • headscale_user_gid
    • Default: 800
    • Description: gid for service user for running Headscale binary.
  • headscale_binary_path
    • Default: /usr/local/bin/headscale
    • Description: path for installing headscale binary.
  • headscale_config_dir
    • Default: /etc/headscale
    • Description: path to headscale configs.
  • headscale_var_data_dir
    • Default: /var/lib/headscale
    • Description: path to headscale data.
  • headscale_pid_dir
    • Default: /var/run/headscale
    • Description: path to headscale socket.
  • headscale_config
    • Default: {}
    • Description: yaml formatted headscale config, consider using default config as a starting point.
  • headscale_config_template
    • Default: ""
    • Description: path to Jinja2 formatted headscale config template. If present, will override headscale_config.
  • headscale_acl
    • Default: {}
    • Description: yaml formatted ACL policies. Make sure that you've read the docs on how to use this feature.
  • headscale_users
    • Default: []
    • Description: list of users to create, e.g. to use with tagOwners.
  • headscale_enable_routes
    • Default: []
    • Description: list of nodes with advertised routes to enable. Accepts an integer id of headscale node, list of comma-separated routes and an optional comment to output during execution. Used when autoApprovers are not set.
    • Example: {'id': 14, 'routes': '10.0.0.0/24,10.2.3.4/32', 'comment': 'Gateway to prod'}
  • headscale_exit_nodes
    • Default: []
    • Description: list of nodes acting as an exit node. Accepts an integer id of headscale node and an optional comment to output during execution. Used when autoApprovers are not set.
    • Example: {'id': 14, 'comment': 'eu-fra-01'}

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - kazauwa.headscale
  vars:
    headscale_version: '0.22.3'

License

MIT

ansible-role-headscale's People

Contributors

kazauwa avatar justin-p avatar subract 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.