Configure a Windows IIS Web Server
Configure a Windows host IIS (Internet Information Services) web server with an Ansible playbook.
We'll cover the following
Let’s configure a Windows host to run an IIS(Internet Information Services) web server with an Ansible playbook. You’ll perform the following steps:
- Create a new file named
configure_iis_web_server.yml
. - Add the
hosts
line targeting theall
group.
Get hands-on with 1200+ tech skills courses.