Skip to content

Change state IIS AppPool

Go to Automation

View in GitLab

Description

This playbook changes the state of a specified IIS application pool on a Windows server. It can start, stop, or restart the app pool based on the provided action, and gives feedback about the operation's result.

Credentials

  • sys_ansible_iis

Input

Variable Description
status_action State value (Start/Stop/Restart)
appPool IIS AppPool to change state
target Target Windows server

Output

None

Dependencies