GithubHelp home page GithubHelp logo

magna-z / ansible-role-authelia Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3 KB

Configure and run unprivileged Authelia server as docker container into systemd.service.

Home Page: https://authelia.com

License: MIT License

ansible ansible-role authelia

ansible-role-authelia's Introduction

authelia

Configure and run unprivileged Authelia server as docker container into systemd.service.

Links

Variables

  • authelia_docker_image (type=string, default="...:latest") - Docker image for using into systemd.service.

  • authelia_docker_network (type=string, default="bridge") - Connect a container to a network as docker run --network=....

  • authelia_docker_publish_ports (type=list, default=["127.0.0.1:9091:9091", "127.0.0.1:9092:9092"]) - List of strings with publish a container’s ports to the host as docker run --publish=....

  • authelia_docker_envs (type=list, default=[]) - List of objects in format {KEY: value} for set environment variables as docker run --env=....

  • authelia_docker_labels (type=list, default=[]) - List of objects in format {key: value} for set meta data on a container as docker run --label=....

  • authelia_main_config (type=string, mandatory) - Multiline string with content for main config (/etc/authelia/config.yml).
    See https://github.com/authelia/authelia/blob/master/config.template.yml.

  • authelia_extra_config_files (type=list, default=[]) - List of objects in format {filename: "", content: ""}, where filename - name of file in /etc/authelia/ and content - multiline string with config file content.

Examples

authelia_docker_image: authelia/authelia:4.37.5
authelia_docker_network: host
authelia_main_config: |
    # see https://www.authelia.com/configuration/identity-providers/open-id-connect/

authelia_extra_config_files:
  - filename: users.yml
    content: |
      # see https://www.authelia.com/reference/guides/passwords/

ansible-role-authelia's People

Contributors

magna-z avatar

Watchers

 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.