main.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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: SmartOS
  45. # versions:
  46. # - all
  47. # - any
  48. #- name: opensuse
  49. # versions:
  50. # - all
  51. # - 12.1
  52. # - 12.2
  53. # - 12.3
  54. # - 13.1
  55. # - 13.2
  56. #- name: Amazon
  57. # versions:
  58. # - all
  59. # - 2013.03
  60. # - 2013.09
  61. #- name: GenericBSD
  62. # versions:
  63. # - all
  64. # - any
  65. #- name: FreeBSD
  66. # versions:
  67. # - all
  68. # - 8.0
  69. # - 8.1
  70. # - 8.2
  71. # - 8.3
  72. # - 8.4
  73. # - 9.0
  74. # - 9.1
  75. # - 9.1
  76. # - 9.2
  77. #- name: Ubuntu
  78. # versions:
  79. # - all
  80. # - lucid
  81. # - maverick
  82. # - natty
  83. # - oneiric
  84. # - precise
  85. # - quantal
  86. # - raring
  87. # - saucy
  88. # - trusty
  89. # - utopic
  90. # - vivid
  91. #- name: SLES
  92. # versions:
  93. # - all
  94. # - 10SP3
  95. # - 10SP4
  96. # - 11
  97. # - 11SP1
  98. # - 11SP2
  99. # - 11SP3
  100. #- name: GenericLinux
  101. # versions:
  102. # - all
  103. # - any
  104. #- name: Debian
  105. # versions:
  106. # - all
  107. # - etch
  108. # - jessie
  109. # - lenny
  110. # - squeeze
  111. # - wheezy
  112. #
  113. # Below are all categories currently available. Just as with
  114. # the platforms above, uncomment those that apply to your role.
  115. #
  116. #categories:
  117. #- cloud
  118. #- cloud:ec2
  119. #- cloud:gce
  120. #- cloud:rax
  121. #- clustering
  122. #- database
  123. #- database:nosql
  124. #- database:sql
  125. #- development
  126. #- monitoring
  127. #- networking
  128. #- packaging
  129. #- system
  130. #- web
  131. dependencies:
  132. - { role: bird, bird_configure: false }