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 12:51] 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/10/amd64/archive/3004buster 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/
-  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.1642683074.txt.gz
  • Zuletzt geändert: 20.01.2022 12:51
  • von igor