mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
494a06bee2
Conflicts: - doc/ref/configuration/minion.rst
43 lines
1.1 KiB
ReStructuredText
43 lines
1.1 KiB
ReStructuredText
.. _installation-ubuntu:
|
|
|
|
======
|
|
Ubuntu
|
|
======
|
|
|
|
.. _installation-ubuntu-repo:
|
|
|
|
Installation from the Official SaltStack Repository
|
|
===================================================
|
|
|
|
Packages for Ubuntu 16 (Xenial), Ubuntu 14 (Trusty), and Ubuntu 12 (Precise)
|
|
are available in the SaltStack repository.
|
|
|
|
Instructions are at https://repo.saltstack.com/#ubuntu.
|
|
|
|
Installation from the Community-Maintained Repository
|
|
=====================================================
|
|
|
|
The PPA is no longer maintained, and shouldn't be used. Please use the Official
|
|
Salt Stack repository instead.
|
|
|
|
Install Packages
|
|
================
|
|
|
|
Install the Salt master, minion or other packages from the repository with
|
|
the `apt-get` command. These examples each install one of Salt components, but
|
|
more than one package name may be given at a time:
|
|
|
|
- ``apt-get install salt-api``
|
|
- ``apt-get install salt-cloud``
|
|
- ``apt-get install salt-master``
|
|
- ``apt-get install salt-minion``
|
|
- ``apt-get install salt-ssh``
|
|
- ``apt-get install salt-syndic``
|
|
|
|
.. _ubuntu-config:
|
|
|
|
Post-installation tasks
|
|
=======================
|
|
|
|
Now go to the :ref:`Configuring Salt<configuring-salt>` page.
|