main.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. galaxy_info:
  2. author: your name
  3. description: your 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: OpenBSD
  31. # versions:
  32. # - all
  33. # - 5.6
  34. # - 5.7
  35. # - 5.8
  36. # - 5.9
  37. # - 6.0
  38. #- name: Fedora
  39. # versions:
  40. # - all
  41. # - 16
  42. # - 17
  43. # - 18
  44. # - 19
  45. # - 20
  46. # - 21
  47. # - 22
  48. # - 23
  49. # - 24
  50. # - 25
  51. #- name: DellOS
  52. # versions:
  53. # - all
  54. # - 10
  55. # - 6
  56. # - 9
  57. #- name: MacOSX
  58. # versions:
  59. # - all
  60. # - 10.10
  61. # - 10.11
  62. # - 10.12
  63. # - 10.7
  64. # - 10.8
  65. # - 10.9
  66. #- name: Synology
  67. # versions:
  68. # - all
  69. # - any
  70. #- name: Junos
  71. # versions:
  72. # - all
  73. # - any
  74. #- name: GenericBSD
  75. # versions:
  76. # - all
  77. # - any
  78. #- name: Void Linux
  79. # versions:
  80. # - all
  81. # - any
  82. #- name: GenericLinux
  83. # versions:
  84. # - all
  85. # - any
  86. #- name: NXOS
  87. # versions:
  88. # - all
  89. # - any
  90. #- name: IOS
  91. # versions:
  92. # - all
  93. # - any
  94. #- name: Amazon
  95. # versions:
  96. # - all
  97. # - 2013.03
  98. # - 2013.09
  99. # - 2016.03
  100. # - 2016.09
  101. #- name: ArchLinux
  102. # versions:
  103. # - all
  104. # - any
  105. #- name: FreeBSD
  106. # versions:
  107. # - all
  108. # - 10.0
  109. # - 10.1
  110. # - 10.2
  111. # - 10.3
  112. # - 11.0
  113. # - 8.0
  114. # - 8.1
  115. # - 8.2
  116. # - 8.3
  117. # - 8.4
  118. # - 9.0
  119. # - 9.1
  120. # - 9.1
  121. # - 9.2
  122. # - 9.3
  123. #- name: Ubuntu
  124. # versions:
  125. # - all
  126. # - lucid
  127. # - maverick
  128. # - natty
  129. # - oneiric
  130. # - precise
  131. # - quantal
  132. # - raring
  133. # - saucy
  134. # - trusty
  135. # - utopic
  136. # - vivid
  137. # - wily
  138. # - xenial
  139. # - yakkety
  140. #- name: Debian
  141. # versions:
  142. # - all
  143. # - etch
  144. # - jessie
  145. # - lenny
  146. # - sid
  147. # - squeeze
  148. # - stretch
  149. # - wheezy
  150. #- name: Alpine
  151. # versions:
  152. # - all
  153. # - any
  154. #- name: EL
  155. # versions:
  156. # - all
  157. # - 5
  158. # - 6
  159. # - 7
  160. #- name: Windows
  161. # versions:
  162. # - all
  163. # - 2012R2
  164. #- name: SmartOS
  165. # versions:
  166. # - all
  167. # - any
  168. #- name: opensuse
  169. # versions:
  170. # - all
  171. # - 12.1
  172. # - 12.2
  173. # - 12.3
  174. # - 13.1
  175. # - 13.2
  176. #- name: SLES
  177. # versions:
  178. # - all
  179. # - 10SP3
  180. # - 10SP4
  181. # - 11
  182. # - 11SP1
  183. # - 11SP2
  184. # - 11SP3
  185. # - 11SP4
  186. # - 12
  187. # - 12SP1
  188. #- name: GenericUNIX
  189. # versions:
  190. # - all
  191. # - any
  192. #- name: Solaris
  193. # versions:
  194. # - all
  195. # - 10
  196. # - 11.0
  197. # - 11.1
  198. # - 11.2
  199. # - 11.3
  200. #- name: eos
  201. # versions:
  202. # - all
  203. # - Any
  204. galaxy_tags: []
  205. # List tags for your role here, one per line. A tag is
  206. # a keyword that describes and categorizes the role.
  207. # Users find roles by searching for tags. Be sure to
  208. # remove the '[]' above if you add tags to this list.
  209. #
  210. # NOTE: A tag is limited to a single word comprised of
  211. # alphanumeric characters. Maximum 20 tags per role.
  212. dependencies: []
  213. # List your role dependencies here, one per line.
  214. # Be sure to remove the '[]' above if you add dependencies
  215. # to this list.