41
41
42
42
About Salt
43
43
==========
44
- Built on Python, Salt is an event-driven automation tool and framework to
45
- deploy, configure, and manage complex IT systems. Use Salt to automate common
46
- infrastructure administration tasks and ensure that all the components of your
44
+ Built on Python, Salt is an event-driven automation tool and framework to
45
+ deploy, configure, and manage complex IT systems. Use Salt to automate common
46
+ infrastructure administration tasks and ensure that all the components of your
47
47
infrastructure are operating in a consistent desired state.
48
48
49
49
Salt has many possible uses, including configuration management, which involves:
50
50
51
51
* Managing operating system deployment and configuration.
52
52
* Installing and configuring software applications and services.
53
- * Managing servers, virtual machines, containers, databases, web servers,
53
+ * Managing servers, virtual machines, containers, databases, web servers,
54
54
network devices, and more.
55
55
* Ensuring consistent configuration and preventing configuration drift.
56
56
57
- Salt is ideal for configuration management because it is pluggable,
58
- customizable, and plays well with many existing technologies. Salt enables you
59
- to deploy and manage applications that use any tech stack running on nearly any
60
- `operating system <https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html >`_,
61
- including different types of network devices such as switches and routers from a
57
+ Salt is ideal for configuration management because it is pluggable,
58
+ customizable, and plays well with many existing technologies. Salt enables you
59
+ to deploy and manage applications that use any tech stack running on nearly any
60
+ `operating system <https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html >`_,
61
+ including different types of network devices such as switches and routers from a
62
62
variety of vendors.
63
63
64
64
In addition to configuration management Salt can also:
65
65
66
- * Automate and orchestrate routine IT processes, such as common required tasks
66
+ * Automate and orchestrate routine IT processes, such as common required tasks
67
67
for scheduled server downtimes or upgrading operating systems or applications.
68
- * Create self-aware, self-healing systems that can automatically respond to
68
+ * Create self-aware, self-healing systems that can automatically respond to
69
69
outages, common administration problems, or other important events.
70
70
71
71
72
72
About our sponsors
73
73
==================
74
- Salt powers VMware's `vRealize Automation SaltStack Config `_, and can be found
75
- under the hood of products from Juniper, Cisco, Cloudflare, Nutanix, SUSE, and
74
+ Salt powers VMware's `vRealize Automation SaltStack Config `_, and can be found
75
+ under the hood of products from Juniper, Cisco, Cloudflare, Nutanix, SUSE, and
76
76
Tieto, to name a few.
77
77
78
78
The original sponsor of our community, SaltStack, was `acquired by VMware in 2020 <https://www.vmware.com/company/acquisitions/saltstack.html >`_.
79
79
The Salt Project remains an open source ecosystem that VMware supports and
80
- contributes to. VMware ensures the code integrity and quality of the Salt
81
- modules by acting as the official sponsor and manager of the Salt project. Many
82
- of the core Salt Project contributors are also VMware employees. This team
83
- carefully reviews and enhances the Salt modules to ensure speed, quality, and
80
+ contributes to. VMware ensures the code integrity and quality of the Salt
81
+ modules by acting as the official sponsor and manager of the Salt project. Many
82
+ of the core Salt Project contributors are also VMware employees. This team
83
+ carefully reviews and enhances the Salt modules to ensure speed, quality, and
84
84
security.
85
85
86
86
87
87
Download and install Salt
88
88
=========================
89
89
Salt is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu, MacOS,
90
- Windows, and more. Download Salt and get started now. See
91
- `supported operating systems <https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html >`_
90
+ Windows, and more. Download Salt and get started now. See
91
+ `supported operating systems <https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html >`_
92
92
for more information.
93
93
94
94
To download and install Salt, see:
@@ -100,8 +100,8 @@ Technical support
100
100
=================
101
101
Report bugs or problems using Salt by opening an issue: `<https://github.com/saltstack/salt/issues >`_
102
102
103
- To join our community forum where you can exchange ideas, best practices,
104
- discuss technical support questions, and talk to project maintainers, join our
103
+ To join our community forum where you can exchange ideas, best practices,
104
+ discuss technical support questions, and talk to project maintainers, join our
105
105
Slack workspace: `Salt Project Community Slack `_
106
106
107
107
@@ -137,11 +137,11 @@ refer to the `SECURITY.md`_ file found in this repository.
137
137
138
138
Join our community
139
139
==================
140
- Salt is built by the Salt Project community, which includes more than 3,000
141
- contributors working in roles just like yours. This well-known and trusted
142
- community works together to improve the underlying technology and extend Salt by
143
- creating a variety of execution and state modules to accomplish the most common
144
- tasks or solve the most important problems that people in your role are likely
140
+ Salt is built by the Salt Project community, which includes more than 3,000
141
+ contributors working in roles just like yours. This well-known and trusted
142
+ community works together to improve the underlying technology and extend Salt by
143
+ creating a variety of execution and state modules to accomplish the most common
144
+ tasks or solve the most important problems that people in your role are likely
145
145
to face.
146
146
147
147
If you want to help extend Salt or solve a problem with Salt, you can join our
0 commit comments