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/35eafcb0-917e-4e66-97b0-4f29c5b91201%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
