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 0b40d572
authored
Feb 01, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
9c5082fd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
mountpartition.yml
partitions.yml
mountpartition.yml
View file @
0b40d57
---
---
-
hosts
:
0
3
_vdc-disk
-
hosts
:
0
2
_vdc-disk
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
"
Mount
up
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
-
name
:
"
Mount
up
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
-
{
device
:
/dev/vdc2
,
path
:
/upload
}
-
{
device
:
/dev/vdc2
,
path
:
/upload
}
-
{
device
:
/dev/vdc3
,
path
:
/archive
}
-
{
device
:
/dev/vdc3
,
path
:
/archive
}
-
{
device
:
/dev/vdc4
,
path
:
/data
}
-
{
device
:
/dev/vdc4
,
path
:
/data
}
-
hosts
:
0
3
_sdb-disk
-
hosts
:
0
2
_sdb-disk
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
"
Mount
up
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
-
name
:
"
Mount
up
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
-
{
device
:
/dev/sdb3
,
path
:
/archive
}
-
{
device
:
/dev/sdb3
,
path
:
/archive
}
-
{
device
:
/dev/sdb4
,
path
:
/data
}
-
{
device
:
/dev/sdb4
,
path
:
/data
}
-
hosts
:
0
3
_vdb-disk
-
hosts
:
0
2
_vdb-disk
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
"
Mount
up
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
-
name
:
"
Mount
up
\"
{{
item.device
}}
\"
to
\"
{{
item.path
}}
\"
"
...
...
partitions.yml
View file @
0b40d57
---
---
-
hosts
:
0
3
_vdc-disk
-
hosts
:
0
2
_vdc-disk
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
Create partiton
-
name
:
Create partiton
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
-
{
device
:
"
/dev/vdc"
,
number
:
"
3"
,
start
:
"
81%"
,
end
:
"
90%"
}
-
{
device
:
"
/dev/vdc"
,
number
:
"
3"
,
start
:
"
81%"
,
end
:
"
90%"
}
-
{
device
:
"
/dev/vdc"
,
number
:
"
4"
,
start
:
"
91%"
,
end
:
"
100%"
}
-
{
device
:
"
/dev/vdc"
,
number
:
"
4"
,
start
:
"
91%"
,
end
:
"
100%"
}
-
hosts
:
0
3
_sdb-disk
-
hosts
:
0
2
_sdb-disk
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
Create partiton
-
name
:
Create partiton
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
-
{
device
:
"
/dev/sdb"
,
number
:
"
3"
,
start
:
"
81%"
,
end
:
"
90%"
}
-
{
device
:
"
/dev/sdb"
,
number
:
"
3"
,
start
:
"
81%"
,
end
:
"
90%"
}
-
{
device
:
"
/dev/sdb"
,
number
:
"
4"
,
start
:
"
91%"
,
end
:
"
100%"
}
-
{
device
:
"
/dev/sdb"
,
number
:
"
4"
,
start
:
"
91%"
,
end
:
"
100%"
}
-
hosts
:
0
3
_vdb-disk
-
hosts
:
0
2
_vdb-disk
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
Create partiton
-
name
:
Create partiton
...
...
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