Coder Social home page Coder Social logo

ansible-role-k-link's Introduction

ansible-role-k-link

This repository contains the ansible roles for setting up a complete K-Link Network as a docker-compose service, consisting of all neccessary components:

  • K-Search engine for indexing and searching through text
  • K-Search for providing an external API to interface with the search
  • K-Link as a public facing website, displaying general information
  • K-Link-Registry for fine-grained access management
  • Mariadb as a data store

Requirements

Docker and traefik must be installed on the host machine, using the respective roles.

Configuration Variables

k_links: [] # K-links is an array of entries, so that multiple instances
            # may be set up at once.

k_links:
  domain.example.org:
    path: "" # location of the docker service files
    data: "" # location where the files are persisted to
    conf: "" # location of the configuration files
    images:
      # image used for the search service
      k_search: ""
      # image used for solr
      solr: ""
      # image used for the k-link-registry service
      registry: ""

Example configuration

k_links:
  klink.example.com:
    path: "/home/user/deploy/k-link/klink-example-com"
    data: "/data/k-link/klink-example-com"
    images:
      solr: "klinktech/k-search-engine:1.0.1-1"
      k_search: "klinktech/k-search:3.6.0-2"
      registry: "klinktech/k-link-registry:0.2.0"

Dependencies

None

License

MIT

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.