Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
common-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 dead3bef
authored
Apr 19, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
3cee2893
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
roles/storage/tasks/dma.yml
roles/storage/tasks/wdchat.yml
roles/storage/tasks/dma.yml
View file @
dead3be
...
@@ -32,10 +32,10 @@
...
@@ -32,10 +32,10 @@
dev
:
"
{{
item.device
}}"
dev
:
"
{{
item.device
}}"
fstype
:
ext4
fstype
:
ext4
with_items
:
with_items
:
-
{
device
:
"
{{
app_disk
}}
"
1
}
-
{
device
:
"
{{
app_disk
}}
1"
}
-
{
device
:
"
{{
app_disk
}}
"
2
}
-
{
device
:
"
{{
app_disk
}}
2"
}
-
{
device
:
"
{{
app_disk
}}
"
3
}
-
{
device
:
"
{{
app_disk
}}
3"
}
-
{
device
:
"
{{
app_disk
}}
"
4
}
-
{
device
:
"
{{
app_disk
}}
4"
}
-
name
:
"
Mount
Partiton
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
-
name
:
"
Mount
Partiton
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
mount
:
mount
:
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
src
:
"
{{
item.device
}}"
src
:
"
{{
item.device
}}"
path
:
"
{{
item.path
}}"
path
:
"
{{
item.path
}}"
with_items
:
with_items
:
-
{
device
:
"
{{
app_disk
}}"
1
,
path
:
/opt
}
-
{
device
:
"
{{
app_disk
}}1"
,
path
:
/opt
}
-
{
device
:
"
{{
app_disk
}}"
1
,
path
:
/upload
}
-
{
device
:
"
{{
app_disk
}}2"
,
path
:
/upload
}
-
{
device
:
"
{{
app_disk
}}"
1
,
path
:
/archive
}
-
{
device
:
"
{{
app_disk
}}3"
,
path
:
/archive
}
-
{
device
:
"
{{
app_disk
}}"
1
,
path
:
/data
}
-
{
device
:
"
{{
app_disk
}}4"
,
path
:
/data
}
\ No newline at end of file
\ No newline at end of file
roles/storage/tasks/wdchat.yml
View file @
dead3be
...
@@ -32,10 +32,10 @@
...
@@ -32,10 +32,10 @@
dev
:
"
{{
item.device
}}"
dev
:
"
{{
item.device
}}"
fstype
:
ext4
fstype
:
ext4
with_items
:
with_items
:
-
{
device
:
"
{{
app_disk
}}
"
1
}
-
{
device
:
"
{{
app_disk
}}
1"
}
-
{
device
:
"
{{
app_disk
}}
"
2
}
-
{
device
:
"
{{
app_disk
}}
2"
}
-
{
device
:
"
{{
app_disk
}}
"
3
}
-
{
device
:
"
{{
app_disk
}}
3"
}
-
{
device
:
"
{{
app_disk
}}
"
4
}
-
{
device
:
"
{{
app_disk
}}
4"
}
-
name
:
"
Mount
Partiton
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
-
name
:
"
Mount
Partiton
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
mount
:
mount
:
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
src
:
"
{{
item.device
}}"
src
:
"
{{
item.device
}}"
path
:
"
{{
item.path
}}"
path
:
"
{{
item.path
}}"
with_items
:
with_items
:
-
{
device
:
"
{{
app_disk
}}"
1
,
path
:
/opt
}
-
{
device
:
"
{{
app_disk
}}1"
,
path
:
/opt
}
-
{
device
:
"
{{
app_disk
}}"
1
,
path
:
/upload
}
-
{
device
:
"
{{
app_disk
}}2"
,
path
:
/upload
}
-
{
device
:
"
{{
app_disk
}}"
1
,
path
:
/archive
}
-
{
device
:
"
{{
app_disk
}}3"
,
path
:
/archive
}
-
{
device
:
"
{{
app_disk
}}"
1
,
path
:
/data
}
-
{
device
:
"
{{
app_disk
}}4"
,
path
:
/data
}
\ No newline at end of file
\ 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