%PDF- %PDF-
| Direktori : /proc/self/root/etc/ansible/roles/web/tasks/ |
| Current File : //proc/self/root/etc/ansible/roles/web/tasks/configure_nginx_push_server.yml |
---
- name: Create push ssl config
template:
src: ssl-push-custom.conf.j2
dest: /etc/nginx/bx/conf/ssl-push-custom.conf
- name: Recreate symbolic link
file:
src: /etc/nginx/bx/conf/ssl-push-custom.conf
dest: /etc/nginx/bx/conf/ssl-push.conf
state: link
force: yes