Skip to content

Instantly share code, notes, and snippets.

@sc250024
Created March 18, 2016 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc250024/c9a241640e21aa1568a3 to your computer and use it in GitHub Desktop.
Save sc250024/c9a241640e21aa1568a3 to your computer and use it in GitHub Desktop.
Creating PVs and VGs in SaltStack
pvcreate_vacasa_diskgroup:
lvm.pv_present:
- name: '/dev/xvdb'
- failhard: True
vgcreate_vacasa_diskgroup:
lvm.vg_present:
- name: {{ grains['host'] }}-vg01
- devices: '/dev/xvdb'
- require
- file: pvcreate_vacasa_diskgroup (??)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment