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!

On Wednesday, June 8, 2016 at 7:31:31 AM UTC-7, James Hong wrote:
>
> HI 
> Im trying to bind a net.tcp and net.pipe to IIS 
>
> I would like the website to have following bindings
>
> Bindings
>
> --------
>
> http *:81:
>
> net.pipe *
>
> net.tcp 808:*
>
>
>
> So I tried to run playbook as per below
>
> - name : IIS binding configuration - net.pipe win_iis_webbinding: name: 
> "AppServices" protocol: net.pipe host_header: '' port: '' ip: '*' state: 
> present - name : IIS binding configuration - net.tcp win_iis_webbinding: 
> name: "AppServices" protocol: net.tcp host_header: '' port: '' ip: '808:*' 
> state: present
>
>
> 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
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/565a6d7b-024d-43e7-a7ad-06ba7e2f4e80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to