ansible_lxd_tests/Playbooks/roles/install_terraform/vars/Linux.yml

6 lines
318 B
YAML

---
# vars file for terraform in Linux system
terraform_pkg_url: "https://releases.hashicorp.com/terraform/{{ terraform_version_to_install }}/terraform_{{ terraform_version_to_install }}_{{ os_type }}_{{ base_arch[ansible_architecture] | default('amd64') }}.zip"
terraform_default_path: /usr/local/bin/
os_type: linux