Ansible best practices for startups to enterprises

Поділитися
Вставка
  • Опубліковано 11 вер 2024

КОМЕНТАРІ • 26

  • @timothypulliam2177
    @timothypulliam2177 6 років тому +39

    Wish the camera person would focus less on the presenter and more on the slides.

    • @wagnerstefan601
      @wagnerstefan601 5 років тому

      Tbf, they show the slides long enough and it is well balanced.

    • @IgnoreMyChan
      @IgnoreMyChan 5 років тому +1

      Totally agree, only show the presenter when they are looking at the crowd. Or just use a picture-in-picture.

    • @willyappel7722
      @willyappel7722 4 роки тому

      Slides should be available for download.

    • @Rickety3263
      @Rickety3263 3 роки тому

      😂😂😂❤️❤️❤️

  • @redhatcoursesonlinetrainin7228
    @redhatcoursesonlinetrainin7228 11 місяців тому

    Organize Your Playbooks and Roles:
    Structure your playbooks and roles logically. Keep related tasks together in separate roles and playbooks.
    Use a version control system like Git to manage your Ansible codebase.

  • @wagnerstefan601
    @wagnerstefan601 5 років тому +6

    Content starts at 5:50 min. And there is actually little information of interest. Best might be around the 30min mark. From roughly 42:00 on, it is questions.

  • @Lehi0001
    @Lehi0001 7 років тому +1

    so my main question is that with result.content where does .content come from? result was previously declared and made, but content was not. if return_content is applicable to result.content, then would not end.content be the same as start.content?
    You declare it as if it were a method, but I cannot see any true declaration of the method. Perhaps I'm reading a literal into a hypothetical, but this is still concerning as this is the 3rd time I've seen this inconsistency..
    If the methods are that ambiguous, how do you declare repeatable results?

  • @felipealvarez1982
    @felipealvarez1982 7 років тому +1

    is the sound volume very low or is it just me?

  • @shavkat_bek
    @shavkat_bek 6 років тому

    @ 55:07, the guy is like "Screw you, I am OK with pulling changes..." :D

  • @Lehi0001
    @Lehi0001 7 років тому +2

    OHHHH!!! The methods are called by this...
    method:

  • @monday6740
    @monday6740 5 років тому

    30:48 In the documentation, section database, there's no entry at all for Oracle - I thought RedHat to be Oracle friendly ... But, Ansible not, I guess

  • @brochette9740
    @brochette9740 7 років тому

    Hello, great upload... thanks.
    Question: is there any advantage to using yum/apt modules rather than the generic package module?

    • @thegripmaster666
      @thegripmaster666 7 років тому +3

      If you look at the documentation for the three (generic, apt, yum) you will be able to see the reason why: generic package module has very few options. apt and yum gives more fine grained control over packages.

    • @CeeEm-MoT
      @CeeEm-MoT 7 років тому

      As an addendum, this is because the generic package module is an additional layer of abstraction on top of apt, yum, and other OS package managers. It allows more portable playbooks (because it determines which tool to actually use), but that also means it can only allow features that all package managers provide. In practice, this boils down to "install/uninstall/verify install status".

  • @parimi001
    @parimi001 7 років тому +1

    Would it be possible to share this presentation?

    • @MrInvalidMemory
      @MrInvalidMemory 7 років тому +3

      rh2016.smarteventscloud.com/connect/fileDownload/session/235DA9B5B8747785324EC7AD17509F5E/Ansible%20Best%20Practices%20For%20Startups%20to%20Enterprises.pdf

    • @ponjafutoski8356
      @ponjafutoski8356 6 років тому +1

      Hi Neil, would it be possible to upload pdf again, this one is not working anymore? Many thanks in advance

    • @krzysztofnowakowski4534
      @krzysztofnowakowski4534 5 років тому +2

      docplayer.net/53699914-Ansible-best-practices-for-startups-to-enterprises.html

  • @swapk7686
    @swapk7686 5 років тому

    Hi can any one help me to resolve this problem
    In my ST environment we are not in a position to properly tell what build is running, what service version are running, what is the configuration of the services-which means to what version of services the app is pointing.we are using .NET code.

  • @bobert13581
    @bobert13581 2 роки тому +1

    Camera spends lots of time of the presenter and not much on the slides. Grrrrrrr!

  • @noahwilliams8918
    @noahwilliams8918 4 роки тому +2

    Wow roasted bank auditors 😂

  • @alfredomatias5549
    @alfredomatias5549 7 років тому

    interesting