Manage Windows like Linux with Ansible

Поделиться
HTML-код
  • Опубликовано: 9 май 2018
  • 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.redhat.com/
  • НаукаНаука

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

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

    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 😆👏🏻

  • @DaVince21
    @DaVince21 4 года назад

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

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

  • @daviderevelli9166
    @daviderevelli9166 5 лет назад

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

  • @sauvus
    @sauvus 3 года назад

    Very well explained. Time to dig in!

  • @davidvincent314
    @davidvincent314 6 лет назад +2

    Great presentation. Good job !!!!

  • @hiredevops1621
    @hiredevops1621 5 лет назад

    Great stuff. Great presentation, very energetic!

  • @TonyaBrownSysAdmin
    @TonyaBrownSysAdmin 6 лет назад +1

    Great insight into the possibilities of using Ansible in Win Environment

  • @dinesha5674
    @dinesha5674 4 года назад

    Well presented. Much useful!

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

  • @picnicsinspace198
    @picnicsinspace198 3 года назад

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

  • @leonardocastano
    @leonardocastano 5 лет назад

    Thank you very much, great presentation

  • @maroz1154
    @maroz1154 5 лет назад

    Cool presentation. Liked it.

  • @sureshsridhar1694
    @sureshsridhar1694 6 лет назад +1

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

  • @JoseBarahonajrab66
    @JoseBarahonajrab66 6 лет назад +1

    great stuff for admins doing some win things

  • @barma1309
    @barma1309 5 лет назад +1

    Amazing!!!

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

    Nice presentation

  • @danieltyjewski9958
    @danieltyjewski9958 6 лет назад +1

    Great!

  • @vishuarekar
    @vishuarekar 5 лет назад

    gr8.. Thanks

  • @ahmadmuadz7966
    @ahmadmuadz7966 5 лет назад

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

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

  • @dzmitryzimin259
    @dzmitryzimin259 5 лет назад

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

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

  • @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 4 года назад

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

    • @baberaham
      @baberaham 4 года назад

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

  • @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 5 лет назад +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.