|
1 | 1 | --- |
2 | 2 | - name: Converge |
3 | 3 | hosts: all |
4 | | - vars: |
5 | | - nginx_app_protect_enable: true |
6 | | - nginx_app_protect_install_signatures: true |
7 | | - nginx_app_protect_install_threat_campaigns: true |
8 | | - nginx_app_protect_configure: true |
9 | | - nginx_app_protect_security_policy_template_enable: true |
10 | | - nginx_app_protect_security_policy_enforcement_mode: blocking |
11 | | - nginx_app_protect_log_policy_template_enable: true |
12 | | - nginx_app_protect_log_policy_filter_request_type: all |
13 | | - nginx_app_protect_conf_template_enable: true |
14 | | - nginx_app_protect_log_policy_syslog_target: 10.1.10.105:5144 |
15 | | - nginx_app_protect_demo_workload_protocol: http:// |
16 | | - nginx_app_protect_demo_workload_host: 10.1.10.105:8080 |
17 | | - nginx_app_protect_license: |
18 | | - certificate: "license/nginx-repo.crt" |
19 | | - key: "license/nginx-repo.key" |
20 | | - |
21 | 4 | tasks: |
22 | | - - name: "Include ansible-role-nginx-app-protect" |
| 5 | + - name: Install NGINX App Protect |
23 | 6 | include_role: |
24 | | - name: "ansible-role-nginx-app-protect" |
| 7 | + name: ansible-role-nginx-app-protect |
| 8 | + vars: |
| 9 | + nginx_app_protect_enable: true |
| 10 | + nginx_app_protect_install_signatures: true |
| 11 | + nginx_app_protect_install_threat_campaigns: true |
| 12 | + nginx_app_protect_configure: true |
| 13 | + nginx_app_protect_security_policy_template_enable: true |
| 14 | + nginx_app_protect_security_policy_enforcement_mode: blocking |
| 15 | + nginx_app_protect_log_policy_template_enable: true |
| 16 | + nginx_app_protect_log_policy_filter_request_type: all |
| 17 | + nginx_app_protect_conf_template_enable: true |
| 18 | + nginx_app_protect_log_policy_syslog_target: 10.1.10.105:5144 |
| 19 | + nginx_app_protect_demo_workload_protocol: http:// |
| 20 | + nginx_app_protect_demo_workload_host: 10.1.10.105:8080 |
| 21 | + nginx_app_protect_license: |
| 22 | + certificate: "license/nginx-repo.crt" |
| 23 | + key: "license/nginx-repo.key" |
| 24 | + nginx_app_protect_delete_license: false |
0 commit comments