deploy_default_ssl.yml
340 Bytes
---
- hosts: 06_deploy-defalut-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