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 67919ec9
authored
Nov 13, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
80362a9d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
0 deletions
deploy_iconsole_script.yml
deploy_root.yml
deploy_script.yml
deploy_iconsole_script.yml
0 → 100644
View file @
67919ec
---
-
hosts
:
all
become
:
true
tasks
:
-
name
:
Copy iConsole
command
:
cp /tmp/source/iConsole.tar.gz /opt/stack/iConsole.tar.gz
-
name
:
Extract root
command
:
tar -zxvf /opt/stack/iConsole.tar.gz -C /opt/
-
name
:
Delete File
command
:
rm /opt/stack/iConsole.tar.gz
deploy_root.yml
0 → 100644
View file @
67919ec
---
-
hosts
:
all
become
:
true
tasks
:
-
name
:
Copy root
command
:
cp /tmp/source/root.tar.gz /root/root.tar.gz
-
name
:
Extract root
command
:
tar -zxvf /root/root.tar.gz -C /root/
-
name
:
Delete File
command
:
rm /root/root.tar.gz
-
name
:
Gen License Request File
command
:
/root/bin/gen_license_request.py
-
name
:
Gen License File
command
:
/root/bin/gen_license.py request_license.txt license
-
name
:
Activate License
command
:
cp /root/bin/license.enc /opt/iConsole/security/wdchat.license
-
name
:
Delete request_license.txt File
command
:
rm /root/bin/request_license.txt
-
name
:
Delete license.enc File
command
:
rm /root/bin/license.enc
deploy_script.yml
0 → 100644
View file @
67919ec
---
-
hosts
:
all
become
:
true
tasks
:
-
name
:
Copy Script
command
:
cp /tmp/source/script.singlehost.tar.gz /opt/stack/script.singlehost.tar.gz
-
name
:
Extract Script
command
:
tar -zxvf /opt/stack/script.singlehost.tar.gz -C /opt/stack/
-
name
:
Delete File
command
:
rm /opt/stack/script.singlehost.tar.gz
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