Releases: Trivadis/terraform-oci-tvdlab-bastion
Minorbugfix
move boostrap templatefile to compute.tf
Minor bugfix
remove guacamole_initialization_template definition in local.tf
Minor update
- add support for flex shapes and ocpu/memory configuration
- add webhostname for DNS registration and alias
Minor bugfix
Fix missing label for hostname in guacamole config
Minor release update
Add label to hostname of bastion host
Minor bugfix
remove tipo in guacamole init
Minor release update
Add support for subdomains for guacamole
Minor release update
Change behaviour of hosts_file variable. As of this release the module expect the content rather the file name
Minor bugfix
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
Update guacamole_init.sh to bootstrap the guacamole stack. Add manual installation of docker-compose if it is missing in the yum repository.