Has anyone had success with using Ansible to manage Windows?

  • Possibly linuxOP
    link
    fedilink
    English
    210 months ago

    Ansible on Windows uses WinRM but believe it or not there is also SSH for windows. (I use it to admin a single machine.)

    • @vegetaaaaaaa
      link
      English
      19 months ago

      In my basic tests (initial setup of an AD DC, just a lab environment), it does work through WinRM. What gave me a headache is tying to enable “secure” (TLS) WinrRM using a self-signed certificate. I should do some cleanup and post the setup someday.