Use Windows PowerShell with Ansible

Поделиться
HTML-код
  • Опубликовано: 31 окт 2021
  • Ansible is a very powerful configuration management platform that allows using many different automation tools for configuring your Windows hosts. One of those is Windows PowerShell. How can you use Windows PowerShell with Ansible?
    Ansible natively provides modules that allow interacting with your Windows hosts using Powershell. Those are win_powershell, win_command, and win_shell. You can find more information about those here:
    Win_powershell:
    docs.ansible.com/ansible/late...
    win_command:

    docs.ansible.com/ansible/late...
    win_shell:
    docs.ansible.com/ansible/late...
    You can easily configure your Windows host for Ansible control node communication using the community driven script ConfigureRemotingForAnsible.ps1 script. Read more about that script here:
    github.com/ansible/ansible/bl...
    Watch my previous video on how to manage Windows with Ansible, showing how to configure Kerberos authentication using Active Directory credentials here:
    • Manage Windows with An...
  • ХоббиХобби

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

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

    Great video and extremely helpful with getting started with Ansible! Thank you so much!

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

      Dustin,
      Really glad it was helpful. Thank you for the comment!
      Brandon

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

    Great Video. I really want to test this out...