ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. sam salt administration
    Log in to post
    • All categories
    • scottalanmiller

      Automatically Add New Vultr Fedora Minion to Salt Master
      IT Discussion • salt saltstack salt minion vultr vps cloud computing scott alan miller sam salt administration • • scottalanmiller

      18
      1
      Votes
      18
      Posts
      2239
      Views

      scottalanmiller

      @emad-r said in Automatically Add New Vultr Fedora Minion to Salt Master:

      @scottalanmiller said in Automatically Add New Vultr Fedora Minion to Salt Master:

      If you are using Vultr as your VPS or Cloud Computing IaaS platform, then you have some simple tools to make automating a Salt Minion installation even easier. Vultr allows for "boot scripts" which run upon initial VM creation, along with their automatically installed system keys. Adding a tiny script can make all of the difference between needing to set up a new VM and having the entire process be totally automated.

      Here is an example script that you can use. Notice that this is for Fedora and uses DNF. You will need a similar script for APT, YUM or other package management systems.

      #!/bin/sh dnf -y install salt-minion echo "master: you.salt.master" >> /etc/salt/minion systemctl restart salt-minion systemctl enable salt-minion

      That's all that it takes. Select the script when building your VM(s) and look for them to auto-populate in your Salt Master's key request list.

      But what will be the ID/name of this Fedora instance in salt master ?

      LOL, I got confused. Was thinking we were on Sodium, not salt.

      It'll be your hostname.

    • scottalanmiller

      Install NextCloud 11 on Fedora 25 with SaltStack
      IT Discussion • nextcloud nextcloud 11 fedora linux fedora 25 redis mariadb salt saltstack devops scott alan miller sam salt administration • • scottalanmiller

      201
      6
      Votes
      201
      Posts
      22983
      Views

      scottalanmiller

      @jaredbusch said in Install NextCloud 11 on Fedora 25 with SaltStack:

      @scottalanmiller why install a proxy when Apaches here and working what is the benefit to having a proxy on the same server. Let’s Encrypt perfectly with Apache

      Security and flexibility typically. Here is the admitted marketing material from Nginx on security: "Security and anonymity – By intercepting requests headed for your backend servers, a reverse proxy server protects their identities and acts as an additional defense against security attacks. It also ensures that multiple servers can be accessed from a single record locator or URL regardless of the structure of your local area network."

    • scottalanmiller

      Adding a SwapFile to Linux Using SaltStack
      IT Discussion • swap memory linux salt saltstack cloud computing vps centos fedora ubuntu debian suse sam salt administration scott alan miller • • scottalanmiller

      1
      2
      Votes
      1
      Posts
      1125
      Views

      No one has replied