Query about ansible windows masternode

can we use windows ansible master node to work with Linux machines ?

Hi

In theory you can do it. But the ansible configuration for the windows master node is a bit different. You can check it here Using Ansible on Windows and BSD ā€” Ansible Documentation

If Iā€™m not wrong, you only must setup the winRM according to the ansible guide, but check the link in anycase.

Just remember when you are going to use the yaml files for your linux machines, use the appropiate configs for those machines. Also if you like to setup the master node with linux, you can use windows to do that. Check the WSL for windows if you requirements allow that.

Have a nice day!

1 Like