ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. saltstack
    Log in to post
    • All categories
    • Emad RE

      SaltStack rename minion ?

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion salt saltstack rename minion
      13
      0 Votes
      13 Posts
      5k Views
      travisdh1T

      Not having used salt yet myself, couldn't you set the contents of that file using the Salt Master?

    • Emad RE

      How to patch WannaCry using SaltStack ! (AD alternative)

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wannacry salt saltstack active directory ad
      3
      6 Votes
      3 Posts
      3k Views
      scottalanmillerS

      I'll add a note for clarity given the title... SaltStack does not do authentication like AD does. AD does not do patching of any sort like Salt does. Salt is an alternative to common myths about AD functionality, but not to actual AD functionality. But you can use Salt to do distributed local authentication management, which does replace the need for AD, but is very different than what is being discussed here. In this case Salt is replacing GPO, not AD.

    • Emad RE

      Beginner SaltStack Question: Can minions be placed in folders or groups ? (Coming from AD perspective)

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion saltstack salt ad active directory minions
      7
      0 Votes
      7 Posts
      2k Views
      scottalanmillerS

      @msff-amman-Itofficer said in Beginner SaltStack Question: Can minions be placed in folders or groups ? (Coming from AD perspective):

      @scottalanmiller

      ohh shit, how did that get passed me...

      Great, thanks again.

      πŸ™‚

    • DustinB3403D

      SaltStack Use Cases

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion saltstack
      37
      3 Votes
      37 Posts
      6k Views
      scottalanmillerS

      @aaronstuder said in SaltStack Use Cases:

      @scottalanmiller Why not just rsync directly to the master? You want versioning?

      Yes, and multiple users, and a central repository.

    • scottalanmillerS

      Installing a Salt Minion on openSuse Tumbleweed

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux suse opensuse opensuse tumbleweed salt saltstack salt minion
      1
      1 Votes
      1 Posts
      923 Views
      No one has replied
    • dafyreD

      ZeroTier Client & Automatic Authorization Salt State

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion zerotier salt saltstack salt stack linux configuration managment
      3
      3 Votes
      3 Posts
      2k Views
      dafyreD

      @aaronstuder said in ZeroTier Client & Automatic Authorization Salt State:

      Nice work! Thanks πŸ™‚

      It has been a while since I've tested this so let me know if it gives you any problems.

    • scottalanmillerS

      Deploying an NGinx Reverse Proxy with SSL on a LAMP Server with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lamp proxy reverse proxy nginx salt saltstack devops web server lets encrypt ssl tls https https2
      42
      2 Votes
      42 Posts
      8k Views
      stacksofplatesS

      This way you can share the config(s) under conf.d between multiple machines using the same roles (or whatever Salt calls them) and have different main NGINX server settings.

    • scottalanmillerS

      Installing Varnish Cache to a LAMP Stack on Fedora 25 with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion varnish cache web server lamp linux apache salt saltstack fedora fedora 25 state file
      3
      2 Votes
      3 Posts
      2k Views
      scottalanmillerS

      @aaronstuder said in Installing Varnish Cache to a LAMP Stack on Fedora 25 with SaltStack:

      @scottalanmiller said in Installing Varnish Cache to a LAMP Stack on Fedora 25 with SaltStack:

      Varnish Cache cannot handle TLS connections, so Apache will continue to server HTTPS on port 443, for now at least.

      That's unfortunate πŸ˜• I use Varnish on Cloudways, but everything is HTTPS... Does that mean Varnish is doing nothing?

      It just means that an SSL layer has to be in front of it. Nginx is used on most platforms to handle SSL.

    • scottalanmillerS

      Virtual Hosts for Apache Using SaltState

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt saltstack lamp linux apache state file state machine
      1
      2 Votes
      1 Posts
      938 Views
      No one has replied
    • scottalanmillerS

      Installing WP-CLI, the WordPress Command Line, with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt saltstack wp-cli wordpress
      1
      1 Votes
      1 Posts
      971 Views
      No one has replied
    • scottalanmillerS

      Using SaltStack to Install High Performance LAMP on Fedora 25

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux salt saltstack lamp apache httpd php php 7 mariadb
      12
      1 Votes
      12 Posts
      4k Views
      C

      @scottalanmiller How are you liking Salt Stack?

    • scottalanmillerS

      Automatically Add New Vultr Fedora Minion to Salt Master

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt saltstack salt minion vultr vps cloud computing scott alan miller sam salt administration
      18
      1 Votes
      18 Posts
      3k Views
      scottalanmillerS

      @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.

    • scottalanmillerS

      Install NextCloud 11 on Fedora 25 with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nextcloud nextcloud 11 fedora linux fedora 25 redis mariadb salt saltstack devops scott alan miller sam salt administration
      201
      6 Votes
      201 Posts
      48k Views
      scottalanmillerS

      @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."

    • scottalanmillerS

      Adding a SwapFile to Linux Using SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion swap memory linux salt saltstack cloud computing vps centos fedora ubuntu debian suse sam salt administration scott alan miller
      1
      2 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Building a LAMP Server on Fedora 25 with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt saltstack devops linux lamp apache mariadb mysql php fedora fedora 25
      1
      3 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Understanding State Machines for DevOps-Style System Administration

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion devops chef puppet ansible salt saltstack cfengine state machine automation system administration
      1
      5 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Enforce Apache Ownership of Files on CentOS, RHEL and Fedora with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt linux apache centos rhel fedora web server saltstack
      6
      3 Votes
      6 Posts
      2k Views
      stacksofplatesS

      Just as a comparison, here's what it would look like with Ansible:

      name: Recursively own html files file: path: /var/www/html owner: apache group: apache state: directory recurse: yes
    • scottalanmillerS

      Configure Linux Swappiness with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt swap swappiness linux centos rhel fedora debian ubuntu suse saltstack
      1
      3 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Create a Linux Swap File in SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt devops sds sdi swap linux centos fedora rhel ubuntu debian suse opensuse iaas cloud computing saltstack
      1
      1 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Opinions: Ansible vs. SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion devops ansible salt automation saltstack
      88
      3 Votes
      88 Posts
      11k Views
      stacksofplatesS

      @pmoncho said in Opinions: Ansible vs. SaltStack:

      @scottalanmiller

      What would be the sense of purchasing a solid open source project like SaltStack?
      Being OS, VMware can add their own developers to the project and still integrate it with their products without the cost of purchasing the company.

      I think they're just trying to stay relevant. Like with Harbor, Tanzu, etc.

    • 1
    • 2
    • 3
    • 4
    • 3 / 4