main.yml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. galaxy_info:
  2. author: your name
  3. description:
  4. company: your company (optional)
  5. # If the issue tracker for your role is not on github, uncomment the
  6. # next line and provide a value
  7. # issue_tracker_url: http://example.com/issue/tracker
  8. # Some suggested licenses:
  9. # - BSD (default)
  10. # - MIT
  11. # - GPLv2
  12. # - GPLv3
  13. # - Apache
  14. # - CC-BY
  15. license: license (GPLv2, CC-BY, etc)
  16. min_ansible_version: 1.2
  17. # Optionally specify the branch Galaxy will use when accessing the GitHub
  18. # repo for this role. During role install, if no tags are available,
  19. # Galaxy will use this branch. During import Galaxy will access files on
  20. # this branch. If travis integration is cofigured, only notification for this
  21. # branch will be accepted. Otherwise, in all cases, the repo's default branch
  22. # (usually master) will be used.
  23. #github_branch:
  24. #
  25. # Below are all platforms currently available. Just uncomment
  26. # the ones that apply to your role. If you don't see your
  27. # platform on this list, let us know and we'll get it added!
  28. #
  29. #platforms:
  30. #- name: EL
  31. # versions:
  32. # - all
  33. # - 5
  34. # - 6
  35. # - 7
  36. #- name: GenericUNIX
  37. # versions:
  38. # - all
  39. # - any
  40. #- name: Solaris
  41. # versions:
  42. # - all
  43. # - 10
  44. # - 11.0
  45. # - 11.1
  46. # - 11.2
  47. # - 11.3
  48. #- name: Fedora
  49. # versions:
  50. # - all
  51. # - 16
  52. # - 17
  53. # - 18
  54. # - 19
  55. # - 20
  56. # - 21
  57. # - 22
  58. # - 23
  59. #- name: opensuse
  60. # versions:
  61. # - all
  62. # - 12.1
  63. # - 12.2
  64. # - 12.3
  65. # - 13.1
  66. # - 13.2
  67. #- name: IOS
  68. # versions:
  69. # - all
  70. # - any
  71. #- name: SmartOS
  72. # versions:
  73. # - all
  74. # - any
  75. #- name: eos
  76. # versions:
  77. # - all
  78. # - Any
  79. #- name: Windows
  80. # versions:
  81. # - all
  82. # - 2012R2
  83. #- name: Amazon
  84. # versions:
  85. # - all
  86. # - 2013.03
  87. # - 2013.09
  88. #- name: GenericBSD
  89. # versions:
  90. # - all
  91. # - any
  92. #- name: Junos
  93. # versions:
  94. # - all
  95. # - any
  96. #- name: FreeBSD
  97. # versions:
  98. # - all
  99. # - 10.0
  100. # - 10.1
  101. # - 10.2
  102. # - 8.0
  103. # - 8.1
  104. # - 8.2
  105. # - 8.3
  106. # - 8.4
  107. # - 9.0
  108. # - 9.1
  109. # - 9.1
  110. # - 9.2
  111. # - 9.3
  112. #- name: Ubuntu
  113. # versions:
  114. # - all
  115. # - lucid
  116. # - maverick
  117. # - natty
  118. # - oneiric
  119. # - precise
  120. # - quantal
  121. # - raring
  122. # - saucy
  123. # - trusty
  124. # - utopic
  125. # - vivid
  126. # - wily
  127. # - xenial
  128. #- name: SLES
  129. # versions:
  130. # - all
  131. # - 10SP3
  132. # - 10SP4
  133. # - 11
  134. # - 11SP1
  135. # - 11SP2
  136. # - 11SP3
  137. #- name: GenericLinux
  138. # versions:
  139. # - all
  140. # - any
  141. #- name: NXOS
  142. # versions:
  143. # - all
  144. # - any
  145. #- name: Debian
  146. # versions:
  147. # - all
  148. # - etch
  149. # - jessie
  150. # - lenny
  151. # - squeeze
  152. # - wheezy
  153. galaxy_tags: []
  154. # List tags for your role here, one per line. A tag is
  155. # a keyword that describes and categorizes the role.
  156. # Users find roles by searching for tags. Be sure to
  157. # remove the '[]' above if you add tags to this list.
  158. #
  159. # NOTE: A tag is limited to a single word comprised of
  160. # alphanumeric characters. Maximum 20 tags per role.
  161. dependencies: []
  162. # List your role dependencies here, one per line.
  163. # Be sure to remove the '[]' above if you add dependencies
  164. # to this list.