*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit dc1174bd authored by entlein's avatar entlein
Browse files

since the cloud init is consistently ignored, lets put this into ansible

parent e1ecfd7e
Branches
No related tags found
1 merge request!1Restore main as the default branch
......@@ -7,6 +7,13 @@
backup: yes
loop: "{{ groups['all'] }}"
- name: Resize the disks if volume was expanded (experimental)
shell: |
/usr/bin/growpart /dev/vda 2
/usr/sbin/pvresize -y -q /dev/vda2
/usr/sbin/lvresize -y -q -r -l +100%FREE /dev/mapper/*root
- name: install RHEL packages
dnf:
name:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment