I am new to Ansible , need to assign additional ip address to nic on windows server, please share which module i should use
There is no Windows NIC management module in Ansible. You will need either to create new one or use win_command/win_shell modules.
сб, 27 июл. 2019 г. в 23:06, arnav patro <arnav.patro@gmail.com>:
Thanks,
Need to assign secondary IP to 4 servers… Tried with win_shell but successfully assign ip to first servers from the inventory. not sure how to define a loop so that all server get unique ip … running the playbook from AWX. Can you please help…