Commit a56f0381 by ansible

Add "deploy_default_ssl" playbook

1 parent 530f639d
Showing with 9 additions and 0 deletions
---
- hosts: deployed-wdchat-dma
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
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!