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 900d6bec
authored
Nov 17, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
cc242379
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
formatparition.yml
mountpartition.yml
partitions.yml
formatparition.yml
View file @
900d6be
...
...
@@ -7,8 +7,8 @@
dev
:
"
{{
item.device
}}"
fstype
:
ext4
with_items
:
-
{
device
:
/dev/vd
c
1
}
-
{
device
:
/dev/vd
c
2
}
-
{
device
:
/dev/vd
c
3
}
-
{
device
:
/dev/vd
c
4
}
-
{
device
:
/dev/vd
d
1
}
-
{
device
:
/dev/vd
d
2
}
-
{
device
:
/dev/vd
d
3
}
-
{
device
:
/dev/vd
d
4
}
mountpartition.yml
View file @
900d6be
...
...
@@ -9,8 +9,8 @@
src
:
"
{{
item.device
}}"
path
:
"
{{
item.path
}}"
with_items
:
-
{
device
:
/dev/vd
c
1
,
path
:
/opt
}
-
{
device
:
/dev/vd
c
2
,
path
:
/upload
}
-
{
device
:
/dev/vd
c
3
,
path
:
/archive
}
-
{
device
:
/dev/vd
c
4
,
path
:
/data
}
-
{
device
:
/dev/vd
d
1
,
path
:
/opt
}
-
{
device
:
/dev/vd
d
2
,
path
:
/upload
}
-
{
device
:
/dev/vd
d
3
,
path
:
/archive
}
-
{
device
:
/dev/vd
d
4
,
path
:
/data
}
partitions.yml
View file @
900d6be
...
...
@@ -11,7 +11,7 @@
state
:
present
# part_type: logical
with_items
:
-
{
device
:
"
/dev/vd
c
"
,
number
:
"
1"
,
start
:
"
0%"
,
end
:
"
100GiB"
}
-
{
device
:
"
/dev/vd
c
"
,
number
:
"
2"
,
start
:
"
101GiB"
,
end
:
"
200GiB"
}
-
{
device
:
"
/dev/vd
c
"
,
number
:
"
3"
,
start
:
"
201GiB"
,
end
:
"
250GiB"
}
-
{
device
:
"
/dev/vd
c
"
,
number
:
"
4"
,
start
:
"
251GiB"
,
end
:
"
100%"
}
-
{
device
:
"
/dev/vd
d
"
,
number
:
"
1"
,
start
:
"
0%"
,
end
:
"
100GiB"
}
-
{
device
:
"
/dev/vd
d
"
,
number
:
"
2"
,
start
:
"
101GiB"
,
end
:
"
200GiB"
}
-
{
device
:
"
/dev/vd
d
"
,
number
:
"
3"
,
start
:
"
201GiB"
,
end
:
"
250GiB"
}
-
{
device
:
"
/dev/vd
d
"
,
number
:
"
4"
,
start
:
"
251GiB"
,
end
:
"
100%"
}
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