Ansible playbooks to quickly deploy Citrix ADC services in Amazon Web Services (AWS)
If you are looking for CloudFormation Templates to deploy Citrix ADC services in AWS, click here
Please refer here for the absible authentication documentation
The playbooks are self-explanatory in nature. These below tips will help in understanding the playbooks faster
By default, the state parameter is present
. Meaning the resources are created
However, if the same resources are to be deleted, then pass the playbook with state=absent
Eg: ansible-playbook <playbook-name.yaml> -e state=absent
REQUIRED
- This parameter is mandatoryOPTIONAL
- This parameter is optional. The default status of this parameter will be in the respective comment sectionCONDITIONAL
- This parameter is mandatory only for some conditions given in the comments, otherwise this is optional
To edit/customize the playbook, please refer the documentation here
For production issues with the templates, please contact Citrix Support through your normal support channels. If you have fixes / suggestions for improvements or requests, please raise an issue/PR in this repository.
- Citrix ADC Documention : https://docs.citrix.com/en-us/citrix-adc.html
- Citrix ADC Overview : https://www.citrix.com/products/citrix-adc/
- Citrix ADC VPX on AWS: https://docs.citrix.com/en-us/citrix-adc/13/deploying-vpx/deploy-aws.html
- Deploy a Citrix ADC VPX standalone instance on AWS: https://docs.citrix.com/en-us/citrix-adc/13/deploying-vpx/deploy-aws/launch-vpx-for-aws-ami.html
- How High Availability on AWS works: https://docs.citrix.com/en-us/citrix-adc/13/deploying-vpx/deploy-aws/high-availability-different-zones.html
- Deploy a high availability pair on AWS: https://docs.citrix.com/en-us/citrix-adc/13/deploying-vpx/deploy-aws/vpx-aws-ha.html
- High Availability across AWS Availability zones: https://docs.citrix.com/en-us/citrix-adc/13/deploying-vpx/deploy-aws/high-availability-different-zones.html