deploy_default_ssl.yml 361 Bytes
---
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
  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