Skip to content

Instantly share code, notes, and snippets.

@nishikanth
nishikanth / citrix-vda.yml
Created January 10, 2022 13:20 — forked from straff/citrix-vda.yml
ansible installer role for citrix vda (virtual desktop agent)
---
# Deploy tasks
- name: "Deploy role {{ role_name }}"
debug:
msg: "################ This role {{ role_name }} is being run in deploy mode and will make changes if it has to! ################"
- set_fact:
citrix_vda_installer_zip: "XenDesktop{{citrix_vda_version}}-subset-for-vda.zip"
citrix_vda_installer_zip_full: "{{temp_folder}}/XenDesktop{{citrix_vda_version}}-subset-for-vda.zip"
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help