ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Installing a Salt Minion on openSuse Tumbleweed

    Scheduled Pinned Locked Moved IT Discussion
    linuxsuseopensuseopensuse tumbleweedsaltsaltstacksalt minion
    1 Posts 1 Posters 921 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      Installing the Salt Minion agent on a Minion node for Salt Stack is very simple. In this example I will show an install of openSuse Tumbleweed.

      sudo zypper install salt-minion
      

      That is all that we need for the installation itself. Configuration can be done once installed.

      The Salt Minion just needs a way to locate its master. We just need to add the IP address of our Salt Master into the /etc/hosts file on the Minion(s) in order to contact it.

      echo '192.168.1.97 salt' >> /etc/hosts
      

      Where 192.168.1.97 is the IP Address of your Salt Master.

      Don't forget to set your hostname of your Minion(s):

      echo 'minion1' > /etc/hostname
      
      1 Reply Last reply Reply Quote 1
      • 1 / 1
      • First post
        Last post