2018-01-10 23:40:01 +01:00
|
|
|
---
|
2019-11-26 14:15:55 +01:00
|
|
|
- name: "(Install: All OSs) Setup license"
|
|
|
|
import_tasks: 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"
|
|
|
|
import_tasks: install-plus-linux.yml
|
|
|
|
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"
|
|
|
|
import_tasks: install-plus-bsd.yml
|
|
|
|
when: ansible_system in nginx_plus_bsd_systems
|