main.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. ---
  2. galaxy_info:
  3. author: your name
  4. description:
  5. company: your company (optional)
  6. # If the issue tracker for your role is not on github, uncomment the
  7. # next line and provide a value
  8. # issue_tracker_url: http://example.com/issue/tracker
  9. # Some suggested licenses:
  10. # - BSD (default)
  11. # - MIT
  12. # - GPLv2
  13. # - GPLv3
  14. # - Apache
  15. # - CC-BY
  16. license: license (GPLv2, CC-BY, etc)
  17. min_ansible_version: 1.2
  18. #
  19. # Below are all platforms currently available. Just uncomment
  20. # the ones that apply to your role. If you don't see your
  21. # platform on this list, let us know and we'll get it added!
  22. #
  23. #platforms:
  24. #- name: EL
  25. # versions:
  26. # - all
  27. # - 5
  28. # - 6
  29. # - 7
  30. #- name: GenericUNIX
  31. # versions:
  32. # - all
  33. # - any
  34. #- name: Fedora
  35. # versions:
  36. # - all
  37. # - 16
  38. # - 17
  39. # - 18
  40. # - 19
  41. # - 20
  42. # - 21
  43. # - 22
  44. #- name: Windows
  45. # versions:
  46. # - all
  47. # - 2012R2
  48. #- name: SmartOS
  49. # versions:
  50. # - all
  51. # - any
  52. #- name: opensuse
  53. # versions:
  54. # - all
  55. # - 12.1
  56. # - 12.2
  57. # - 12.3
  58. # - 13.1
  59. # - 13.2
  60. #- name: Amazon
  61. # versions:
  62. # - all
  63. # - 2013.03
  64. # - 2013.09
  65. #- name: GenericBSD
  66. # versions:
  67. # - all
  68. # - any
  69. #- name: FreeBSD
  70. # versions:
  71. # - all
  72. # - 8.0
  73. # - 8.1
  74. # - 8.2
  75. # - 8.3
  76. # - 8.4
  77. # - 9.0
  78. # - 9.1
  79. # - 9.1
  80. # - 9.2
  81. #- name: Ubuntu
  82. # versions:
  83. # - all
  84. # - lucid
  85. # - maverick
  86. # - natty
  87. # - oneiric
  88. # - precise
  89. # - quantal
  90. # - raring
  91. # - saucy
  92. # - trusty
  93. # - utopic
  94. # - vivid
  95. #- name: SLES
  96. # versions:
  97. # - all
  98. # - 10SP3
  99. # - 10SP4
  100. # - 11
  101. # - 11SP1
  102. # - 11SP2
  103. # - 11SP3
  104. #- name: GenericLinux
  105. # versions:
  106. # - all
  107. # - any
  108. #- name: Debian
  109. # versions:
  110. # - all
  111. # - etch
  112. # - jessie
  113. # - lenny
  114. # - squeeze
  115. # - wheezy
  116. #
  117. # Below are all categories currently available. Just as with
  118. # the platforms above, uncomment those that apply to your role.
  119. #
  120. #categories:
  121. #- cloud
  122. #- cloud:ec2
  123. #- cloud:gce
  124. #- cloud:rax
  125. #- clustering
  126. #- database
  127. #- database:nosql
  128. #- database:sql
  129. #- development
  130. #- monitoring
  131. #- networking
  132. #- packaging
  133. #- system
  134. #- web
  135. dependencies: []
  136. # List your role dependencies here, one per line.
  137. # Be sure to remove the '[]' above if you add dependencies
  138. # to this list.