Skip to content

Commit a1f9886

Browse files
committed
Update ansible agent and nginx module role for redirectionio
1 parent 4e52d97 commit a1f9886

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

defaults/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,13 @@
22

33
redirectionio_packages_url: https://packages.redirection.io/
44
redirectionio_gpg_key_url: "{{ redirectionio_packages_url }}gpg.key"
5+
6+
# Version management
7+
# This allow to choose a specific version for your infrastructure
8+
# Channel can be stable or beta, left empty to use legacy system
9+
redirectionio_apache_module_channel: ""
10+
# Main version of agent, this allow to upgrade safely your system without BC break with a new main version
11+
redirectionio_apache_module_main_version: 2
12+
# Specific version for your agent, use * to use the latest available version
13+
# Version are of the form: [timestamp]:[version]-[build], if you want a specific version like 2.0.0 you should put *:2.0.0-*
14+
redirectionio_apache_module_version: "*"

0 commit comments

Comments
 (0)