Manage Windows like Linux with Ansible

Поділитися
Вставка
  • Опубліковано 25 сер 2024
  • Few questions induce fear into the heart of a Linux admin more than, "Hey, can you manage these Windows servers?"
    In this session, we'll show how Ansible does simple, secure, and agentless Windows management with the exact same tools, language, and philosophy used for Linux hosts. You'll never have to log in to a Windows server again.
    Learn more: agenda.summit....

КОМЕНТАРІ • 44

  • @bsanders1
    @bsanders1 Рік тому +3

    Life-saver, especially the first 13 min. I could not find the docs anywhere on how to do this one simple task: 'set up a windows box for ansible'. The rest of this talk was great too. Thank you so much!

  • @linuslaikt
    @linuslaikt 4 роки тому +8

    Great presentation! and I love the poem at the ending! Applause!

  • @alreid12345
    @alreid12345 5 років тому +19

    Great presentation very well delivered. Thanks for the content and to Red Hat for such a great community.

  • @DaveTapley
    @DaveTapley 3 роки тому +3

    13:14 "this doesn't look too Windows-y, does it?" 👈 this is the content I came for 😆👏🏻

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

    Awesome presentation. I am very new to ansible, self learning on linux and aws. I have few hundred Windows that I need to manage and this presentation has given me enough confidence.

  • @rafikbahri5845
    @rafikbahri5845 4 роки тому +6

    *The poem*
    "I hate that you're not SSH, and the shell you called Power,
    I hate the way you install your apps, Windows Update makes me glower,
    I hate the way you must reboot and your web server IIS,
    I hate your complex registry, it always is a mess,
    I hate your junky services and your stupid domain auth,
    and managing your ACLs is sure to leave me rough,
    I hate that you are not linux that i have to learn you at all,
    but with ansible on my tool belt, i don't hate you,
    not even close, not even a little bit, not even at all."

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

    Great insight into the possibilities of using Ansible in Win Environment

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

    I've only used Ansible on Linux and Mac so this was very insightful. Thanks tons!

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

    Very well explained. Time to dig in!

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

    great presentation. i am just learning ansible but this was a great video to open my eyes to what else it can do

  • @davidvincent314
    @davidvincent314 6 років тому +2

    Great presentation. Good job !!!!

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

    great stuff for admins doing some win things

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

    Thanks for the amazing work you are doing... Great presentation!

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

    Well presented. Much useful!

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

    Great stuff. Great presentation, very energetic!

  • @sagarvispute
    @sagarvispute 2 роки тому

    Nice presentation

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

    Cool presentation. Liked it.

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

    Very nice ,. I am a beginner it's so good

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

    Thank you very much, great presentation

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

    During the installation you have executed below commands
    CD C:\vagrant -- i am getting an error while doing this
    .\ConfigureRemotingForAnsible.ps1 -- where can i get this
    please help me in this as my organisation have lots of windows servers and i am trying to automate this

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

    Amazing!!!

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

    I've tried the chocolatey module shown with Windows Server 2016, found that procexp is there once I reboot.

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

    Great!

  • @-fqnz
    @-fqnz 5 років тому

    Looking at the presentation date makes me wonder why you did choose windows server 2012 not 2016 for presentation, especially win_updates feature... 🤔

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

    My win_ping keeps throwing an error that says winrm or requests is not installed: No module named ''winrm'. I successfully downloaded pywin using pip2 install pywinrm, then pip3 install pywinrm, then I uninstalled them, created a venv and used pip install pywinrm - yet same error. Any ideas?

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

      Have you setup winrm on the windows machines? It needs to be set on the windows machine as well as on the Ansible Controller.

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

      @@Zratchminisemporium I did. I eventually was able to call winrm but only inside a python virtual environment. Would you happen to know how to make a python module callable outside the venv?

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

      @@baberaham probably Windows' winrm service is stopped. Start service Winrm and execute .ps1

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

      ​@@teclipe I don't think it had anything to do with my Windows side because I can run the winrm module via red hat linux terminal when I use a python virtual environment. I can ping, get patch updates, deploy patch updates, etc as long as I'm in the python env.

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

    gr8.. Thanks

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

    I've got: "msg": "ssl: the specified credentials were rejected by the server". What does it mean?

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

    Does anyone knows where can i download the ps1 script to enable windows server managing.

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

      raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1

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

      @@romain_a Bro we can just create this powershell script for any windows box and will it work? Please confirm brother.

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

      github.com/ansible/ansible/blob/devel/examples/scripts/ConfigureRemotingForAnsible.ps1

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

    ACL is better then linux permissions if propperly managed.
    and not touched by people that don't get it.

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

    can you sent me the configuration of windows client

  • @flhoest
    @flhoest 6 років тому +4

    He claims to be in love with Windows but his laptop runs Fedora ;)

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

      Red Hat made software on Red Hat issued HW. Makes sense to me.

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

    If you hate Windows that much that you can't stop saying "love to hate" why you even bother yourself to manage Windows with your shiny Ansible?

  • @kyryllvlasiuk
    @kyryllvlasiuk Рік тому

    More like Manage Windows from Linux. Doesn't run on Windows

  • @jeffherdz
    @jeffherdz Рік тому

    I still hate windows.

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

    Awesome. I loved the presentation.