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 67797a30
authored
Nov 23, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit "deploy_iconsole" playbook for single host
1 parent
8c04ecdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
deploy_iconsole_script.yml
deploy_iconsole_script.yml
View file @
67797a3
...
...
@@ -10,4 +10,15 @@
command
:
rm /opt/stack/iConsole.tar.gz
-
name
:
Setup Schedule
command
:
/opt/Schedule/add_schedule
-
hosts
:
deploy-wdchat-dma-single-host
become
:
true
tasks
:
-
name
:
Copy iConsole
command
:
cp /tmp/source/iConsole.singlehost.tar.gz /opt/stack/iConsole.singlehost.tar.gz
-
name
:
Extract root
command
:
tar -zxvf /opt/stack/iConsole.singlehost.tar.gz -C /opt/
-
name
:
Delete File
command
:
rm /opt/stack/iConsole.singlehost.tar.gz
-
name
:
Setup Schedule
command
:
/opt/Schedule/add_schedule
\ 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