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 54cb43f0
authored
Feb 01, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new action to deploy iConsole version 3.0.6.0
Add new action to install webgate version 3.1.0
1 parent
10baf8fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
2 deletions
deploy_iconsole_script.yml
install_webgate.yml
deploy_iconsole_script.yml
View file @
54cb43f
...
...
@@ -21,4 +21,16 @@
-
name
:
Delete File
command
:
rm /opt/stack/iConsole.singlehost.dma.tar.gz
-
name
:
Setup Schedule
command
:
/opt/Schedule/add_schedule
-
hosts
:
deploy-iConsole-single-host-3.0.6.0
become
:
true
tasks
:
-
name
:
Copy iConsole
command
:
cp /tmp/source/iConsole.singlehost.dma.3.0.6.0.zip /opt/stack/iConsole.singlehost.dma.3.0.6.0.zip
-
name
:
Extract root
command
:
tar -zxvf /opt/stack/iConsole.singlehost.dma.3.0.6.0.zip -C /opt/
-
name
:
Delete File
command
:
rm /opt/stack/iConsole.singlehost.dma.3.0.6.0.zip
-
name
:
Setup Schedule
command
:
/opt/Schedule/add_schedule
\ No newline at end of file
install_webgate.yml
View file @
54cb43f
...
...
@@ -27,4 +27,14 @@
-
name
:
Extract NginX
command
:
tar -zxvf /opt/stack/webgate.singlehost.dma.conf.tar.gz -C /opt/stack/
-
name
:
Delete File
command
:
rm /opt/stack/webgate.singlehost.dma.conf.tar.gz
\ No newline at end of file
command
:
rm /opt/stack/webgate.singlehost.dma.conf.tar.gz
-
hosts
:
install-webgate-dma-3.1.0
become
:
true
tasks
:
-
name
:
Move NginX to Working Folder
command
:
cp /tmp/source/webgate.3.1.0.zip /opt/stack/webgate.3.1.0.zip
-
name
:
Extract NginX
command
:
tar -zxvf /opt/stack/webgate.3.1.0.zip -C /opt/stack/
-
name
:
Delete File
command
:
rm /opt/stack/webgate.3.1.0.zip
\ 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