deploy_default_ssl.yml
368 Bytes
---
- hosts: deploy-dma-ssl-certificate, deploy-wdchat-ssl-certificate
become: true
tasks:
- name: Deploy Server Certificate File
command: cp /tmp/configuration/beebuddy.ssl/server.crt /opt/stack/nginx/conf/ssl/server.crt
- name: Deploy Server Key File
command: cp /tmp/configuration/beebuddy.ssl/server.key /opt/stack/nginx/conf/ssl/server.key