Things I wish I knew about Ansible from day 1

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 14

  • @sharhanalhassan7352
    @sharhanalhassan7352 3 года назад +21

    Key recommendations highlighted;
    1. Roles 0:39
    2. Use Playbooks to represent a solution 2:01
    3. Inventories and Group variables 3:19
    4. Ansible vault 5:59
    5. Modules 7:30

  • @herdenq
    @herdenq 11 месяцев назад +15

    Thanks for the info. Your presentation would be a lot easier for me to digest if you were to include screenshots to illustrate what you are talking about. Cheers

  • @deladonics
    @deladonics 4 месяца назад +1

    Dude. This is high value video. Every tip is has your built in hours of using this. I have an idea for the vault now in our k8s flow at work too. Excellent

  • @alain1488
    @alain1488 5 месяцев назад +3

    i would add molecule to the list and vscode dev containers this shorten dev times with 50%

  • @marcinzpola
    @marcinzpola Год назад +2

    Great video, thanks! Keep going :) Cheers

  • @praecorloth
    @praecorloth 2 года назад

    Good stuff. I've made a dynamic inventory plugin that queries Nagios XI. One of the things I found INCREDIBLY helpful in this integration is that groups and vars in Ansible tie in quite nicely with hostgroups and host free variables in Nagios XI. So in XI, I can create a template with Ansible specific variables, pull the hosts, hostgroups, and variables out via the API, and then use all of it in Ansible roles and playbooks.
    It makes so much sense. You want to monitor all your shit, right? That's where Nagios comes in. Might as well use it as your management database.

  • @mohammedalzahrani1099
    @mohammedalzahrani1099 3 года назад +1

    Ansible vault is awesome. For me I was creating separate inventory file for each environment then selecting inventory file when running playbook. Is this a bad practice?
    I was wondering what is the equivalent of Ansible for Windows Servers ?
    Thanks for this video.

    • @MichaelCrilly
      @MichaelCrilly  3 года назад +1

      Yeah an inventory per environment makes sense. Each group in the inventory just matches a type of server.
      I’d say PowerShell DSC is the closest you can come to a Windows native “Ansible”.

  • @youssefaitelkob6305
    @youssefaitelkob6305 2 года назад +1

    thank you man ❤

  • @dataslid
    @dataslid 10 месяцев назад +1

    finally here :)

  • @abhishekkukade1166
    @abhishekkukade1166 2 года назад

    create vedio on ansible ui