Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

storage.sls 324B

9 jaren geleden
12345678910111213141516171819
  1. linux:
  2. storage:
  3. enabled: true
  4. swap:
  5. file:
  6. enabled: true
  7. engine: file
  8. device: /swapfile
  9. size: 512
  10. lvm:
  11. vg0:
  12. enabled: true
  13. devices:
  14. - /dev/vdb
  15. volume:
  16. lv01:
  17. size: 512M
  18. mount:
  19. path: /srv