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 530f639d
authored
Nov 22, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "webgate configuration for single host tier" playbook
1 parent
a48281d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
deploy_webgate_singletier_conf.yml
deploy_webgate_singletier_conf.yml
0 → 100644
View file @
530f639
---
-
hosts
:
deployed-wdchat-dma
become
:
true
tasks
:
-
name
:
Extract File
command
:
tar -zxvf /tmp/source/webgate.singlehost.conf.tar.gz -C /tmp/source/
-
name
:
Backup current configuration
command
:
mv /opt/stack/nginx/conf /opt/stack/nginx/bkconf
-
name
:
Deploy new configuration
command
:
mv /tmp/source/conf /opt/stack/nginx/.
-
name
:
Delete backup configuration
command
:
rm -r /opt/stack/nginx/bkconf
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