2019-11-26 14:15:55 +01:00
|
|
|
---
|
2019-12-11 21:45:12 +01:00
|
|
|
- import_tasks: setup-bsd.yml
|
|
|
|
when: ansible_os_family == "FreeBSD"
|
|
|
|
|
|
|
|
- name: "(Install: FreeBSD) Install NGINX Plus"
|
|
|
|
pkgng:
|
|
|
|
name: "nginx-plus{{ nginx_version | default('') }}"
|
|
|
|
state: "{{ nginx_state }}"
|
|
|
|
notify: "(Handler: All OSs) Start NGINX"
|