GithubHelp home page GithubHelp logo

ansible_guacamole_install's Introduction

ansible_guacamole_install

Ansible role installing Apache Guacamole on Ubuntu.

Tested on

  • Ubuntu 22.04

Tested with

  • Ansible 2.10
    • community.mysql 1.2.0
  • Guacamole 1.5.1
  • MySQL 8.0.30
  • Tomcat 9.0.31

Requirements

  • Local MySQL (optional, required if using DB authentication)

Features

  • Deploy with Tomcat 9
  • Install xrdp, LXQt
  • Authentication
    • default (XML-based)
    • MySQL
    • TOTP (requires MySQL)
  • Manage groups and users: TODO (will not implement, check out this repo instead!)
  • Manage connections: TODO (same as above)

Vars (including default values)

guacamole__guacd_port: "4822"
guacamole__version: "1.5.1"
guacamole__tomcat_install: "yes"
guacamole__xrdp_install: "yes"
guacamole__lxqt_install: "yes"
guacamole__username: "guacadmin" # value fixed @ MySQL auth, can be changed if using XML auth
guacamole__password: "guacadmin" # same as above
guacamole__mysql_auth: "yes" # to use XML-based auth, change this to any other value
guacamole__mysql_host: "localhost"
guacamole__mysql_db: "guacd"
guacamole__mysql_root_user: "root"
guacamole__mysql_root_password: "root"
guacamole__mysql_user: "guacadmin"
guacamole__mysql_password: "guacadmin"
guacamole__mysql_connector_java_ver: "8.0.32"
guacamole__totp_auth: "yes" # valid only if using MySQL auth

ansible_guacamole_install's People

Contributors

alfajorcito 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.