2018-01-10 23:40:01 +01:00
|
|
|
---
|
2018-01-26 20:00:26 +01:00
|
|
|
- name: "(Install: SUSE) Combine NGINX Plus Certificate and License Keys"
|
2018-01-10 23:40:01 +01:00
|
|
|
shell: cat /etc/ssl/nginx/nginx-repo.crt /etc/ssl/nginx/nginx-repo.key > /etc/ssl/nginx/nginx-repo-bundle.crt
|
|
|
|
|
2018-01-26 20:00:26 +01:00
|
|
|
- name: "(Install: SUSE) Add NGINX Plus Repository"
|
2018-01-10 23:40:01 +01:00
|
|
|
zypper_repository:
|
|
|
|
name: nginx-plus
|
|
|
|
repo: https://plus-pkgs.nginx.com/sles/12?ssl_clientcert=/etc/ssl/nginx/nginx-repo-bundle.crt&ssl_verify=host
|