Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.36 KB

README.md

File metadata and controls

44 lines (28 loc) · 2.36 KB

Description

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

Pre-requisites

Authentication

Please refer here for the absible authentication documentation

About the Playbooks

The playbooks are self-explanatory in nature. These below tips will help in understanding the playbooks faster

state parameter

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

Input Parameter type

  • REQUIRED - This parameter is mandatory
  • OPTIONAL - This parameter is optional. The default status of this parameter will be in the respective comment section
  • CONDITIONAL - This parameter is mandatory only for some conditions given in the comments, otherwise this is optional

Custom Playbook

To edit/customize the playbook, please refer the documentation here

Support

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.

Further reading