Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme for NetScaler Terraform #42

Merged
merged 2 commits into from
Feb 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 2 additions & 26 deletions terraform/citrix-adc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,5 @@

![feature-image](/.assets/images/feature_image.png)

## This part of the repo is designed to get a standalone Citrix ADC up and running. The ADC does (for now) serve the following purpose

- Gateway for an OnPremises Citrix VAAD Environment

## Please note: this repository is a work in progress. The following tasks are considered ToDo

- Upgrade to ADC 13.1 usage
- implement AAA

## HowTo Configure

You need to edit the following information to make this work in your environment

- ADC License: A valid ADC license needs to be put into the "./sources/license" folder
- ADC OVF: your ADC image sources need to be put into "./sources/image"
- provider.tf: review the required versions
- provider.tf: select either ACME [staging or production](https://letsencrypt.org/docs/staging-environment/) certificates
- variables.tf: adjust all variables to represent your environment. Required ones are marked with a "# Comment".

## HowTo Deploy

- apply.sh: Due to runtime restrictions, for now, the submodules of the terraform repo are addressed individually. The file "apply.sh" executes all modules and adds the required timeouts. The process will subsequently be altered to automatically match all runtime requirements.

## HowTo Delete

- destroy.sh:
# Guide
<a href="https://www.go-euc.com/terraform-netscaler-deployment/" target="_blank">You can find the complete, detailed guide, here!</a>
Loading