1
0

README.rst 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. .. raw:: html
  2. <p align="center">
  3. <a href="https://github.com/saltstack/salt/blob/master/LICENSE" alt="License Apache 2.0">
  4. <img src="https://img.shields.io/github/license/saltstack/salt" /></a>
  5. <a href="https://pypi.org/project/salt">
  6. <img src="https://img.shields.io/pypi/dm/salt?label=pypi%20downloads"
  7. alt="commits since last release"></a>
  8. <a href="https://coveralls.io/github/saltstack/salt">
  9. <img src="https://img.shields.io/coveralls/github/saltstack/salt"
  10. alt="coverage"></a>
  11. <a href="https://lgtm.com/projects/g/saltstack/salt/context:python">
  12. <img src="https://img.shields.io/lgtm/grade/python/github/saltstack/salt"
  13. alt="Code quality: python"/></a>
  14. </br>
  15. <a href="https://saltstackcommunity.herokuapp.com/">
  16. <img src="https://img.shields.io/badge/slack-@saltstackcommunity-blue.svg?logo=slack"
  17. alt="chat on Slack"></a>
  18. <a href="https://www.twitch.tv/saltstackinc">
  19. <img src="https://img.shields.io/twitch/status/saltstackinc"
  20. alt="Watch on Twitch"></a>
  21. <a href="https://www.reddit.com/r/saltstack/">
  22. <img src="https://img.shields.io/reddit/subreddit-subscribers/saltstack?style=social"
  23. alt="chat on reddit"></a>
  24. <a href="https://twitter.com/intent/follow?screen_name=saltstack">
  25. <img src="https://img.shields.io/twitter/follow/saltstack?style=social&logo=twitter"
  26. alt="follow on Twitter"></a>
  27. </p>
  28. <!-- PROJECT LOGO -->
  29. <br />
  30. <p align="center">
  31. <a href="https://saltstack.com">
  32. <img src="doc/_static/salt-oss-logo.png" alt="Salt Logo" width="300">
  33. </a>
  34. <p align="center">
  35. <a href="https://repo.saltstack.com/">
  36. <img src="https://img.shields.io/github/v/release/saltstack/salt"
  37. alt="Latest release version"></a>
  38. </br>
  39. <b>Salt</b> is the world’s fastest, most intelligent and scalable automation engine.
  40. <br />
  41. <a href="https://docs.saltstack.com/en/latest/"><strong>Explore the docs »</strong></a>
  42. <br />
  43. <a href="https://www.saltstack.com/try-salt-open/">Demo Salt For Free Online</a>
  44. ·
  45. <a href="https://github.com/saltstack/salt/issues/new?assignees=&labels=Bug&template=bug_report.md&title=%5BBUG%5D">Report Bug</a>
  46. ·
  47. <a href="https://github.com/saltstack/salt/issues/new?assignees=&labels=Feature&template=feature_request.md&title=%5BFEATURE+REQUEST%5D">Request Feature</a>
  48. </p>
  49. </p>
  50. About Salt
  51. ==========
  52. Built on python, Salt uses simple and human-readable YAML combined with
  53. event-driven automation to deploy and configure complex IT systems. In addition
  54. to powering SaltStack’s powerful enterprise product suite, Salt can be found
  55. under the hood of products from Juniper, Cisco, Cloudflare, Nutanix, SUSE, and
  56. Tieto, to name a few.
  57. About SaltStack
  58. ===============
  59. SaltStack develops award-winning software used by IT and security operations
  60. teams to help modern business more efficiently secure and maintain all aspects
  61. of their digital infrastructure. But we’re not like other legacy systems
  62. management or security software tools. Our software is unique in providing
  63. intelligent, event-driven automation for efficient control of complex business
  64. systems at any scale.
  65. We help enterprise IT organizations orchestrate and automate difficult IT tasks
  66. with speed and flexibility to ultimately deliver continuous security compliance,
  67. vulnerability remediation, and real IT security.
  68. Whether you need help automating the work of ITOps, DevOps, NetOps, or SecOps
  69. functions, SaltStack software is the answer. In addition to open source
  70. software, such as Salt, we offer
  71. `SaltStack Enterprise <https://www.saltstack.com/products/saltstack-enterprise/>`_
  72. and
  73. `SaltStack SecOps <https://www.saltstack.com/products/secops/>`_ products to
  74. manage and secure your digital business operations.
  75. Download Salt
  76. =============
  77. Salt is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu,
  78. Windows. Download Salt and get started now.
  79. * `<https://repo.saltstack.com/>`_
  80. * `Installation Instructions <https://docs.saltstack.com/en/latest/topics/installation/index.html>`_
  81. SaltStack Documentation
  82. =======================
  83. Installation instructions, getting started guides, in-depth API
  84. documentation, and contributing to Salt.
  85. * `Getting Started with Salt <https://docs.saltstack.com/en/getstarted/>`_
  86. * `Latest Salt Documentation <https://docs.saltstack.com/en/latest/>`_
  87. * `Salt’s Contributor Guide <https://docs.saltstack.com/en/latest/topics/development/contributing.html>`_
  88. Security Advisories
  89. ===================
  90. In 2020, SaltStack created a
  91. `**Security Announcements** <https://www.saltstack.com/security-announcements/>`_
  92. landing page. SaltStack recommends subscribing to the
  93. `SaltStack Security RSS feed <http://www.saltstack.com/feed/?post_type=security>`_
  94. to receive notification when new information is available regarding security
  95. announcements.
  96. Other channels to receive security announcements include the
  97. `Salt Community mailing list <https://groups.google.com/forum/#!forum/salt-users>`_
  98. and the
  99. `Salt Community Slack Channel <https://saltstackcommunity.herokuapp.com/>`_.
  100. Responsibly Reporting Security Vulnerabilities
  101. ++++++++++++++++++++++++++++++++++++++++++++++
  102. When reporting security vulnerabilities for Salt or other SaltStack projects,
  103. refer to the
  104. `SECURITY.md <https://github.com/saltstack/salt/blob/master/SECURITY.md>`_ file
  105. found in this repository.
  106. Engage SaltStack and The Community
  107. ==================================
  108. Please be sure to review our
  109. `Code of Conduct <https://github.com/saltstack/salt/blob/master/CODE_OF_CONDUCT.md>`_.
  110. Also, check out some of our community resources including:
  111. * `SaltStack Community Wiki <https://github.com/saltstack/community/wiki>`_
  112. * `SaltStack Community Slack <https://saltstackcommunity.herokuapp.com/>`_
  113. * `SaltStack: IRC on Freenode <https://webchat.freenode.net/#salt>`_
  114. * `SaltStack YouTube channel <https://www.youtube.com/user/SaltStack>`_
  115. * `SaltStackInc Twitch channel <https://www.twitch.tv/saltstackinc>`_
  116. There are lots of ways to get involved in our community. Every month, there are
  117. around a dozen opportunities to meet with other contributors and the Salt Core
  118. team and collaborate in real time. The best way to keep track is by subscribing
  119. to the
  120. `Salt Community Events Calendar <https://calendar.google.com/calendar/embed?src=saltstack.com_md73c3ufcs2eqbsmmnike4em80%40group.calendar.google.com&ctz=America%2FNew_York>`_.
  121. If you have additional questions, email us at core@saltstack.com or reach out
  122. directly to the Community Manager, Cassandra Faris via Slack. We’d be glad to
  123. have you join our community!
  124. SaltStack Training
  125. ++++++++++++++++++
  126. Get access to proprietary
  127. `SaltStack education offerings <https://www.saltstack.com/products/saltstack-training/>`_
  128. through instructor-led training offered on-site, virtually or at SaltStack
  129. headquarters in Salt Lake City. SaltStack Enterprise training helps increase the
  130. value and effectiveness of SaltStack software for any customer and is a
  131. prerequisite for coveted **SaltStack Certified Administrator (SSCA)** and
  132. **SaltStack Certified Engineer (SSCE)** certifications.
  133. SaltStack training is also available through several
  134. `SaltStack professional services <https://www.saltstack.com/products/saltstack-services/>`_
  135. offerings.
  136. License
  137. =======
  138. SaltStack is licensed by the SaltStack Team under the Apache 2.0 license. Please
  139. see the
  140. `LICENSE file <https://github.com/saltstack/salt/blob/master/LICENSE>`_ for the
  141. full text of the Apache license, followed by a full summary of the licensing
  142. used by external modules.
  143. A complete list of attributions and dependencies can be found here:
  144. `salt/DEPENDENCIES.md <https://github.com/saltstack/salt/blob/master/DEPENDENCIES.md>`_