ansible-antidote-role/vars/main.yml
2022-11-20 18:55:05 +01:00

13 lines
419 B
YAML

---
# vars file for Ansible-Antidote-Role
# The root folder of this antidote installation
antidote: "~/.antidote"
# File name for the Antigen redistributable installation file
antidote_filename: "v{{ antidote_version }}.tar.gz"
# Local file name for the Antigen redistributable installation file (needs to
# have the package name to avoid conflicts)
antidote_local_filename: "antidote-{{ antidote_version }}.tar.gz"