generated from sebclem/ansible-role-template
6 lines
234 B
YAML
6 lines
234 B
YAML
---
|
|
# vars file for Ansible-Authelia-Role
|
|
|
|
authelia_file_name: "authelia_{{ authelia_version }}_amd64.deb"
|
|
authelia_dowload_url: "https://github.com/authelia/authelia/releases/download/{{ authelia_version }}/{{ authelia_file_name }}"
|