이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-partitioning_profile
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
current state from 2015-11-29
master
Markus Brecchtel
8 년 전
커밋
9b4d77865b
3개의 변경된 파일
과
84개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+78
-0
defaults/main.yml
+5
-0
meta/main.yml
+ 1
- 0
.gitignore
파일 보기
@@ -0,0 +1 @@
*~
+ 78
- 0
defaults/main.yml
파일 보기
@@ -0,0 +1,78 @@
default_partitions_profiles:
mdraid1_lvm:
default_partition_label: gpt
default_partitions:
- name: BIOS boot
partnum: 1
typecode: ef02
start: 1M
end: +1M
- name: boot0-md
partnum: 2
typecode: fd00
start: 1G
end: +1G
- name: boot1-md
partnum: 3
typecode: fd00
start: 2G
end: +1G
- name: boot2-md
partnum: 4
typecode: fd00
start: 3G
end: +1G
- name: boot3-md
partnum: 5
typecode: fd00
start: 4G
end: +1G
- name: vg0-md
partnum: 6
typecode: fd00
start: 6G
end: -1G
mdraid_devices:
- device: /dev/md/boot0
devices: boot0-md
- device: /dev/md/boot1
devices: boot1-md
- device: /dev/md/boot2
devices: boot2-md
- device: /dev/md/boot3
devices: boot3-md
- device: /dev/md/vg0-pv
devices: vg0-md
dmcrypt_devices: []
#- device: /dev/md/crypt0-md
# name: crypt0-pv
# cipher: aes-xts-plain64
# hash: sha512
# key_size: 512
# key: xyz
volume_groups:
- name: vg0
devices:
- /dev/md/vg0-pv
logical_volumes:
- name: root
size: 32G
volume_group: vg0
- name: swap
size: 32G
volume_group: vg0
filesystems:
- device: /dev/vg0/root
mount_point: /
fstype: btrfs
- device: /dev/md/boot0
mount_point: /boot
fstype: btrfs
+ 5
- 0
meta/main.yml
파일 보기
@@ -0,0 +1,5 @@
---
dependencies:
- role: static_host_vars
static_host_vars_filename: partitions
static_host_vars_default: "{{ default_partitions_profiles[default_partitions_profile] }}"
쓰기
미리보기
불러오는 중...
취소
저장