File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
roles :
3
3
- name : nginxinc.nginx
4
- version : 0.21.0
4
+ version : 0.21.2
Original file line number Diff line number Diff line change 1
1
---
2
2
roles :
3
3
- name : nginxinc.nginx
4
- version : 0.21.0
4
+ version : 0.21.2
5
5
- name : nginxinc.nginx_app_protect
6
- version : 0.6.0
6
+ version : 0.6.1
Original file line number Diff line number Diff line change 20
20
- name : Install NGINX Plus
21
21
hosts : all
22
22
tasks :
23
+ - name : Set repo if Debian
24
+ set_fact :
25
+ version : " =24-2~{{ ansible_facts['distribution_release'] }}"
26
+ when : ansible_facts['os_family'] == "Debian"
27
+ - name : Set repo if Red Hat
28
+ set_fact :
29
+ version : " -24-2.{{ (ansible_facts['distribution']=='Amazon') | ternary('amzn2', ('el' + ansible_facts['distribution_major_version'] | string)) }}.ngx"
30
+ when : ansible_facts['os_family'] == "RedHat"
31
+
23
32
- name : Install NGINX
24
33
include_role :
25
34
name : nginxinc.nginx
26
35
vars :
27
36
nginx_type : plus
37
+ nginx_version : " {{ version }}"
28
38
nginx_license :
29
39
certificate : ../common/files/license/nginx-repo.crt
30
40
key : ../common/files/license/nginx-repo.key
40
50
nginx_app_protect_remove_license : false
41
51
nginx_app_protect_install_signatures : false
42
52
nginx_app_protect_install_threat_campaigns : false
43
- nginx_app_protect_configure : true
44
- nginx_app_protect_security_policy_template_enable : true
45
- nginx_app_protect_security_policy_enforcement_mode : blocking
46
- nginx_app_protect_log_policy_template_enable : false
You can’t perform that action at this time.
0 commit comments