2018-01-10 23:40:01 +01:00
|
|
|
---
|
2019-11-26 14:15:55 +01:00
|
|
|
- name: "(Install: All OSs) Setup license"
|
2020-06-30 18:59:53 +02:00
|
|
|
include_tasks: "{{ role_path }}/tasks/plus/setup-license.yml"
|
2018-01-10 23:40:01 +01:00
|
|
|
|
2019-11-26 14:15:55 +01:00
|
|
|
- name: "(Install: Linux) Install NGINX Plus"
|
2020-06-30 18:59:53 +02:00
|
|
|
include_tasks: "{{ role_path }}/tasks/plus/install-plus-linux.yml"
|
2019-11-26 14:15:55 +01:00
|
|
|
when: ansible_os_family in nginx_plus_linux_families
|
2019-11-22 15:52:34 +01:00
|
|
|
|
2019-11-26 14:15:55 +01:00
|
|
|
- name: "(Install: FreeBSD) Install NGINX Plus"
|
2020-06-30 18:59:53 +02:00
|
|
|
include_tasks: "{{ role_path }}/tasks/plus/install-plus-bsd.yml"
|
2019-11-26 14:15:55 +01:00
|
|
|
when: ansible_system in nginx_plus_bsd_systems
|