Saltstack Official Apache Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

98 rindas
1.8KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. #
  4. # Setup variables using grains['osfinger'] based logic.
  5. # You just need to add the key:values for an `osfinger` that differ
  6. # from `defaults.yaml` + `osarch.yaml` + `os_family.yaml` + `osmap.yaml`.
  7. # Only add an `osfinger` which is/will be supported by the formula.
  8. #
  9. # If you do not need to provide defaults via the `os_finger` grain,
  10. # you will need to provide at least an empty dict in this file, e.g.
  11. # osfingermap: {}
  12. ---
  13. default:
  14. version: '2.4'
  15. # Suse
  16. Leap-42:
  17. version: '2.2'
  18. # os: el
  19. Red Hat Enterprise Linux Server-6:
  20. version: '2.2'
  21. service_state: skip
  22. pkg:
  23. deps:
  24. - epel-release
  25. - mod_ssl
  26. - mod_security
  27. - mod_geoip
  28. Red Hat Enterprise Linux Server-7:
  29. version: '2.4'
  30. Oracle Linux Server-6:
  31. version: '2.2'
  32. Oracle Linux Server-7:
  33. version: '2.4'
  34. # Debian-10: {}
  35. # Debian-9: {}
  36. # Debian-8: {}
  37. Ubuntu-12.04:
  38. version: '2.2'
  39. # Ubuntu-16.04: {}
  40. # Ubuntu-18.04: {}
  41. # Fedora-31: {}
  42. # Fedora-30: {}
  43. CentOS Linux-8:
  44. version: '2.4'
  45. pkg:
  46. deps:
  47. - epel-release
  48. - mod_ssl
  49. - mod_security
  50. - GeoIP
  51. # mod_geoip
  52. CentOS Linux-7:
  53. version: '2.4'
  54. conf_mod_wsgi: '/etc/httpd/conf.modules.d/10-wsgi.conf'
  55. pkg:
  56. deps:
  57. - epel-release
  58. - mod_ssl
  59. - mod_security
  60. - GeoIP
  61. - mod_geoip
  62. CentOS-6:
  63. version: '2.2'
  64. service_state: skip # necessary for cent6
  65. pkg:
  66. deps:
  67. - epel-release
  68. - mod_ssl
  69. - mod_security
  70. - mod_geoip
  71. Amazon Linux AMI-2014:
  72. version: '2.2'
  73. Amazon Linux AMI-2015:
  74. version: '2.2'
  75. Amazon Linux AMI-2016:
  76. version: '2.2'
  77. Amazon Linux-2:
  78. version: '2.4'
  79. pkg:
  80. deps:
  81. # mod_ssl
  82. - mod_security
  83. - GeoIP
  84. # Amazon Linux AMI-2018: {}
  85. # Leap-15: {}
  86. # FreeBSD-12: {}
  87. # Windows-8.1: {}
  88. # Gentoo-2: {}