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 Überarbeitung
Vorhergehende Überarbeitung
infrastruktur:salt:bootstrap [20.01.2022 13:36] igorinfrastruktur:salt:bootstrap [19.06.2023 22:55] (aktuell) 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/10/amd64/latest/SALTSTACK-GPG-KEY.pub | apt-key add - +  apt update && apt -y install gnupg2 
-  echo "deb http://repo.saltstack.com/py3/debian/11/amd64/archive/3004 bullseye main" > /etc/apt/sources.list.d/saltstack.list+  wget -O - "https://repo.saltproject.io/py3/debian/$(cat /etc/debian_version | sed 's/\..*//')/amd64/3004/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.1642685817.txt.gz
  • Zuletzt geändert: 20.01.2022 13:36
  • von igor