Coder Social home page Coder Social logo

ansible_ma1sd's Introduction

Ansible role for ma1sd (Federated Matrix Identity Server)

This role installs and configures ma1sd on an APT-based system. This role does not install/configure a reverse proxy. You have to install and configure a reverse proxy yourself (or using another role, i.e. this one) in order to use the features of ma1sd. Check out the ma1sd documentation in order to configure your reverse proxy correctly.

Example Playbook

The following is an example playbook which installs and configures ma1sd.

- hosts: matrix01
  become: true
  roles:
    - role: ma1sd
  vars:
      ma1sd_deb_url: https://github.com/ma1uta/ma1sd/releases/download/2.3.0/ma1sd_2.3.0_all.deb
      ma1sd_checksum: sha256:3da8ed4777dc933fea332c596e228a66f39988885130ab6a5a70825c32fcca5e
      ma1sd_config:
        # Content of /etc/ma1sd/ma1sd.yaml goes here.
        #
        # ...

Source specification

ma1sd_deb_url must contain the url where to download the ma1sd deb package (.deb file). ma1sd_checksum must contain a checksum (for instance the SHA256 checksum) of that .deb file.

ma1sd Configuration

You have to make yourself familiar with how to configure ma1sd in order to set the role variable ma1sd_config.

Role Variables

Name Description
ma1sd_deb_url required #source-specification
ma1sd_checksum required #source-specification
riot_web_config required #ma1sd-configuration

ansible_ma1sd's People

Contributors

haslersn avatar slothofanarchy 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.