GridexX / guacamole-openstack

Deploy A Guacamole server inside an OpenStack server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guacamole provisioning

This repository provides Terraform files to launch a Virtual Machine and deploy a Guacamole instance on it.

Requirements

  • A SSH Public key imported on Openstack.
  • The credential of your OpenStack cluster in a clouds.yaml file.
  • Complete the var.tf file with the needed information

Deploy

cd ./terraform
terraform init
terraform plan -out tfplan
terraform apply -auto-approve tfplan

Access the Guacamole instance

Once deployed, the IP of the machine is displayed. You can then open your browser and go to http://$IP:8080/guacamole.

Delete

terraform destroy -auto-approve

About

Deploy A Guacamole server inside an OpenStack server


Languages

Language:Shell 54.7%Language:HCL 45.3%