Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. cat host_vars/oak-sh320
  2. ---
  3. # Variables here are applicable to all host groups NOT roles
  4.  
  5. # This sample file generated by generate_group_vars_sample.sh
  6.  
  7. # Dummy variable to avoid error because ansible does not recognize the
  8. # file as a good configuration file when no variable in it.
  9. dummy:
  10.  
  11. # devices:
  12. # - /dev/sda
  13. # - /dev/sdb
  14. # - /dev/sdc
  15. # - /dev/sdd
  16. #
  17. # And 'dedicated_devices' was declared like this:
  18. #
  19. # dedicated_devices:
  20. # - /dev/sdf
  21. # - /dev/sdf
  22. # - /dev/sdg
  23. # - /dev/sdg
  24. #
  25. # This will result in the following mapping:
  26. # - /dev/sda will have /dev/sdf1 as journal
  27. # - /dev/sdb will have /dev/sdf2 as a journal
  28. # - /dev/sdc will have /dev/sdg1 as a journal
  29. # - /dev/sdd will have /dev/sdg2 as a journal
  30.  
  31. devices:
  32. - /dev/sdd
  33. - /dev/sdf
  34. - /dev/sdg
  35. - /dev/sdi
  36. - /dev/sdj
  37. - /dev/sdl
  38. - /dev/sdm
  39.  
  40. dedicated_devices:
  41. - /dev/sde
  42. - /dev/sde
  43. - /dev/sdh
  44. - /dev/sdh
  45. - /dev/sdk
  46. - /dev/sdk
  47. - /dev/sdn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement