Salt im Push Modus mit SSH

Salt-SSH benutzte nur SSH zum Verteilen und "ausführen" der Sates. Eine Installation der Minion-Software auf den Zielsystemen ist nicht notwendig.

Inventar anlegen

/etc/salt/roster

web1:
  host: 192.168.42.1 # The IP addr or DNS hostname
  user: fred         # Remote executions will be executed as user fred
  passwd: foobarbaz  # The password to use for login, if omitted, keys are used
  sudo: True         # Whether to sudo to root, not enabled by default
web2:
  host: 192.168.42.2

results matching ""

    No results matching ""