net.pipe part does add a binding but adds *:80 as its port
net.tcp part fails > "msg": "Parameter 'IPAddress' has invalid format 808:*."}
from the host
Bindings
--------
http *:81:
net.pipe *:80:
Is there any ways to make this work ?
if not, I guess I have write my own powershell.
Thank You
James H
Matt Davis
unread,
Jun 9, 2016, 1:53:55 PM6/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
The iis_webbinding module doesn't currently have support for setting the bindingInformation property, which is where that needs to go for net.tcp (not ip). Looks like it'd be trivial to add, so if you want to submit a pull request, CC me on it (@nitzmahone) and I'll take a look!