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 5283a014
authored
Apr 26, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
362f39e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
roles/install/tasks/main.yml
roles/install/tasks/main.yml
View file @
5283a01
-
name
:
Check & Recreate Stack Folder
file
:
path
:
"
{{
item.path
}}"
owner
:
"
{{
item.owner
}}"
group
:
"
{{
item.owner
}}"
state
:
directory
with_items
:
-
{
owner
:
root
,
path
:
/opt/stack/dma/conf
}
-
{
owner
:
root
,
path
:
/home/chroot/wdftp
}
-
name
:
Install software stack based on Application Name
-
name
:
Install software stack based on Application Name
import_tasks
:
nginx.yml
import_tasks
:
nginx.yml
when
:
app_name == 'dma' or app_name == 'wdchat'
when
:
app_name == 'dma' or app_name == 'wdchat'
...
...
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