I read the win_iis_website docs and am able to create an IIS site. However, the IIS GUI has a text box for “Alias” but the module does not? So how can I add an alias for the site?
Thanks,
Chris
I read the win_iis_website docs and am able to create an IIS site. However, the IIS GUI has a text box for “Alias” but the module does not? So how can I add an alias for the site?
Thanks,
Chris
Actually that’s the wrong question.
In the IIS GUI, I can “Add Website” and give it these parameters
But when I try to mimic this with Ansible with
I get
TASK [install-site : Install Default IIS site] ************************
fatal: [10.227.26.97]: FAILED! => {“changed”: false, “msg”: “specified folder must already exist: physical_path”, “site”: {}}
What am I missing?