ansible-antidote-role/vars/main.yml

13 lines
419 B
YAML
Raw Permalink Normal View History

2022-11-12 19:54:23 +01:00
---
# vars file for Ansible-Antidote-Role
2022-11-20 18:55:05 +01:00
# 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"