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 c07e003c
authored
Feb 03, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
4f7f4830
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
install_webgate.yml
install_webgate.yml
View file @
c07e003
...
@@ -32,9 +32,20 @@
...
@@ -32,9 +32,20 @@
-
hosts
:
05_install-webgate-dma-3.1.0
-
hosts
:
05_install-webgate-dma-3.1.0
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
Move NginX to Working Folder
-
name
:
Unarchive a file that is already on the remote machine
command
:
cp /tmp/source/webgate.3.1.0.zip /opt/stack/webgate.3.1.0.zip
unarchive
:
-
name
:
Extract NginX
src
:
/tmp/source/webgate.3.1.0.zip
command
:
tar -zxvf /opt/stack/webgate.3.1.0.zip -C /opt/stack/
dest
:
/opt/stack
-
name
:
Delete File
remote_src
:
yes
command
:
rm /opt/stack/webgate.3.1.0.zip
group
:
nginx
\ No newline at end of file
owner
:
nginx
mode
:
0755
-
file
:
path
:
'
/opt/{{
item.dir
}}'
group
:
nginx
owner
:
nginx
mode
:
0755
state
:
directory
recurse
:
yes
with_items
:
-
{
dir
:
'
nginx'
}
\ 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