Skip to content

Releases: Trivadis/terraform-oci-tvdlab-bastion

Minorbugfix

18 Feb 20:57
Compare
Choose a tag to compare

move boostrap templatefile to compute.tf

Minor bugfix

18 Feb 20:52
Compare
Choose a tag to compare

remove guacamole_initialization_template definition in local.tf

Minor update

18 Feb 20:48
Compare
Choose a tag to compare
  • add support for flex shapes and ocpu/memory configuration
  • add webhostname for DNS registration and alias

Minor bugfix

22 Jan 12:09
Compare
Choose a tag to compare

Fix missing label for hostname in guacamole config

Minor release update

22 Jan 11:27
Compare
Choose a tag to compare

Add label to hostname of bastion host

Minor bugfix

21 Jan 20:56
Compare
Choose a tag to compare

remove tipo in guacamole init

Minor release update

21 Jan 20:46
Compare
Choose a tag to compare

Add support for subdomains for guacamole

Minor release update

19 Jan 09:22
Compare
Choose a tag to compare

Change behaviour of hosts_file variable. As of this release the module expect the content rather the file name

Minor bugfix

14 Jan 08:48
Compare
Choose a tag to compare

New Oracle OEL 7 Linux don't have the development repositories installed. Due to this docker-compose, pwgen and other tools are missing. This minor release update does enhance the bootstrap configuration to enable the repository and install the missing tools.

yum-config-manager --enable ol7_developer --enable ol7_developer_EPEL
yum install -y mosh tmux pwgen fail2ban docker-engine docker-compose

Minor bugfix

14 Jan 07:49
Compare
Choose a tag to compare

Update guacamole_init.sh to bootstrap the guacamole stack. Add manual installation of docker-compose if it is missing in the yum repository.