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 a496bae2
authored
Nov 21, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
fabdc73c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
deploy_root.yml
deploy_root.yml
View file @
a496bae
...
...
@@ -3,7 +3,7 @@
become
:
ture
tasks
:
-
name
:
Copy root
command
:
cp /tmp/source/root.tar.gz /root/root.tar.gz
command
:
sudo
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
...
...
@@ -13,7 +13,7 @@
-
name
:
Gen License File
command
:
/root/bin/gen_license.py /root/bin/request_license.txt /root/bin/license
-
name
:
Activate License
command
:
cp /root/bin/license.enc /opt/iConsole/security/wdchat.license
command
:
sudo
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
...
...
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