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 f1f2a625
authored
Feb 03, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using unarchive insted of tar
1 parent
8ebaeeab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
deploy_iconsole_script.yml
deploy_iconsole_script.yml
View file @
f1f2a62
...
...
@@ -26,10 +26,11 @@
-
hosts
:
06_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
:
Unarchive a file that is already on the remote machine
unarchive
:
src
:
/tmp/source/iConsole.singlehost.dma.3.0.6.0.zip
dest
:
/opt
remote_src
:
yes
-
name
:
Delete File
command
:
rm /opt/stack/iConsole.singlehost.dma.3.0.6.0.zip
-
name
:
Setup Schedule
...
...
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