infrastruktur:salt:bootstrap

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
infrastruktur:salt:bootstrap [26.06.2022 19:49] igorinfrastruktur:salt:bootstrap [07.05.2023 13:56] igor
Zeile 1: Zeile 1:
 Run the following commands on a new host: Run the following commands on a new host:
-  wget -O - https://repo.saltstack.com/py3/debian/11/amd64/latest/SALTSTACK-GPG-KEY.pub | apt-key add - +  apt update && apt -y install gnupg2 
-  echo 'deb https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main' > /etc/apt/sources.list.d/saltstack.list+  wget -O - https://repo.saltstack.com/py3/debian/$(cat /etc/debian_version | sed 's/\..*//')/amd64/latest/SALTSTACK-GPG-KEY.pub | apt-key add - 
 +  echo 'deb https://repo.saltproject.io/py3/debian/$(cat /etc/debian_version | sed 's/\..*//')/amd64/3004 bullseye main' > /etc/apt/sources.list.d/saltstack.list
   apt update   apt update
   mkdir -p /etc/salt/minion.d/   mkdir -p /etc/salt/minion.d/
  • infrastruktur/salt/bootstrap.txt
  • Zuletzt geändert: 19.06.2023 22:55
  • von igor