Salt Project Package Execution Module

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • Learn how to use the Package Execution module in Salt Project (aka Salt Stack) to patch your systems. Salt Project is a great tool for DevOps and SysAdmin's that will help you with Configuration Management, Automation, CI/CD, and so much more.
    Commands that we used in this video:
    - salt '*' pkg.list_upgrades
    - salt '*' pkg.upgrade name=sudo
    - salt '*' pkg.upgrade pkgs='["systemd", "systemd-libs", "systemd-pam", "systemd-rpm-macros", "systemd-udev"]'
    - salt '*' pkg.upgrade pkgs='["tzdata", {"curl": "7.76.1-26.el9_3.3"}]'
    - salt '*' pkg.upgrade
    - salt 'web*' system.reboot
    - salt 'db*' system.reboot
    GitHub Repo and Documentation Links: github.com/Dev...
    Getting Started with Salt Project Playlist - • Getting Started With S...
    If you have comments or questions about this video, or if you would like some help with your own Salt configuration, please leave us a comment below.
    Salt Project
    Salt Stack
    Automation
    Agile
    DevOps
    Configuration Management
    CI/CD
    Continuous Integration
    Continuous Delivery/Deployment
    Continuous Testing
    Immutable Infrastructure
    Infrastructure As Code

Komentáře • 6

  • @metaram_in
    @metaram_in Před 4 měsíci +2

    Thank you! Looking forward to the rest of the series.

  • @stacyshields8131
    @stacyshields8131 Před 4 měsíci +2

    Thanks! This’ll be helpful.

  • @EricYspeert
    @EricYspeert Před měsícem

    Your Salt series is much appreciated and got me very interested in the project. Thank you!
    There is one question I could not find the answer for in the documentation: Is is possible to use the minions to monitor the server to prevent configuration drift? And extending it to auto-mitigation as well? In my searches so far, only Salt seems to have the basic capabilities to (be part of) such a solution.

  • @qumatrex
    @qumatrex Před 4 měsíci +3

    Hello, is it possible that you make a video about managing Windows using salt?

    • @DevOpsClinic
      @DevOpsClinic  Před 4 měsíci +3

      Definitely. I'll add it to the list.

    • @BucifalulR
      @BucifalulR Před 4 dny

      @@DevOpsClinic That would be really nice indeed. Thank you for the tutorials.