Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
dma-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a56f0381
authored
Nov 22, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "deploy_default_ssl" playbook
1 parent
530f639d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
deploy_default_ssl.yml
deploy_default_ssl.yml
0 → 100644
View file @
a56f038
---
-
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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment