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
Letzte ÜberarbeitungBeide Seiten der Revision
infrastruktur:salt:bootstrap [21.06.2020 22:07] skorpyinfrastruktur:salt:bootstrap [07.05.2023 14:30] 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 | sudo apt-key add - +  apt update && apt -y install gnupg2 
-  echo "deb http://repo.saltstack.com/py3/debian/10/amd64/archive/2019.2.5buster main\n" > /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
   mkdir -p /etc/salt/minion.d/   mkdir -p /etc/salt/minion.d/
-  echo "ipv6: True> /etc/salt/minion.d/ipv6.conf +  echo 'ipv6: True> /etc/salt/minion.d/ipv6.conf 
-  echo "master: salt.ffm.freifunk.net> /etc/salt/minion.d/master.conf+  echo 'master: salt.ffm.freifunk.net> /etc/salt/minion.d/master.conf
   apt install -y salt-minion   apt install -y salt-minion
   salt-call --local key.finger   salt-call --local key.finger
  • infrastruktur/salt/bootstrap.txt
  • Zuletzt geändert: 19.06.2023 22:55
  • von igor