Advertisement
Guest User

Untitled

a guest
Sep 9th, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. base:
  2. 'os:Windows':
  3. - match: grain
  4. - windows.common
  5. 'os:CentOS':
  6. - match: grain
  7. - centos.common
  8. 'os:RedHat':
  9. - match: grain
  10. - redhat.common
  11. 'os:Ubuntu':
  12. - match: grain
  13. - ubuntu.common
  14. '*':
  15. {% if grains['edg_serverRole'] is defined %}
  16. - {{ grains['edg_serverRole'] }}.common
  17. {% endif %}
  18. - standard
  19.  
  20. '*RHEL-MGD*':
  21. - mongo.v45phys
  22. 'a00-*':
  23. - realms.dcs.a00
  24. 'v00-*':
  25. - realms.dcs.v00
  26.  
  27. # REALM TIERS #
  28.  
  29. '(?i)^\D[0-9][0-9]-u\D\D-.*':
  30. - match: pcre
  31. - realms.universe.common
  32. '(?i)^\D[0-9][0-9]-w\D\D-.*':
  33. - match: pcre
  34. - realms.world.common
  35. '(?i)^\D[0-9][0-9]-r\D\D-.*':
  36. - match: pcre
  37. - realms.realm.common
  38.  
  39. # SERVER ROLES #
  40.  
  41. # MEDIA SERVERS
  42. '(?i)^\D[0-9][0-9]-\D\D\D-me\D[0-9][0-9]-.*':
  43. - match: pcre
  44. - media.common
  45. # MEDIA NODES
  46. # '(?i)^\D[0-9][0-9]-\D\D\D-med[0-9][0-9]-.*':
  47. # - media.node.common
  48. # MEDIA ROUTERS
  49. '(?i)^\D[0-9][0-9]-\D\D\D-mer[0-9][0-9]-.*':
  50. - match: pcre
  51. - media.router.common
  52. # MEDIA APPLIANCES
  53. # LOL USE THE APPLIANCE SALT INSTANCE DUMMY
  54. # UNIQUE PER-HOST STUFF #
  55. 'edg-salt3-az':
  56. - unique.salt3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement