This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-partitioning_profile
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
default to 2G swap
master
Markus Katharina Brechtel
7 years ago
parent
9eb334a76c
commit
f8fb01fac4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
vars/main.yml
+ 1
- 1
vars/main.yml
View File
@@ -71,7 +71,7 @@ _logical_volumes_default:
size: 32G
volume_group: "{{_volume_group_name}}"
- name: swap
size:
1
G
size:
2
G
volume_group: "{{_volume_group_name}}"
#- name: home
# size: 100%FREE
Write
Preview
Loading…
Cancel
Save