updates for running under aap with survey
This commit is contained in:
parent
80f03628d2
commit
e54225e123
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
- name: Use bigboot role
|
- name: Resize the /boot parition to the desired size
|
||||||
hosts: bigboot
|
hosts: bigboot
|
||||||
become: true
|
become: true
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
bigboot_size: 500M
|
bigboot_size: "{{ bigboot_new_size | default('') }}"
|
||||||
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Shrink logical volumes
|
- name: Shrink specific logical volume to given size
|
||||||
hosts: shrink_lv
|
hosts: shrink_lv
|
||||||
become: true
|
become: true
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
@ -7,11 +7,8 @@
|
|||||||
|
|
||||||
vars:
|
vars:
|
||||||
shrink_lv_devices:
|
shrink_lv_devices:
|
||||||
- device: /dev/mapper/test--vg01-test--lv01
|
- device: "{{ shrink_lv_logical_volume | default('') }}"
|
||||||
size: 80G
|
size: "{{ shrink_lv_volume_size | default('') }}"
|
||||||
|
|
||||||
- device: /dev/mapper/test--vg02-test--lv02
|
|
||||||
size: 60G
|
|
||||||
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user