Files
ansible/oldstuff/tasks/stop-iis.yaml
2024-09-12 09:27:25 +00:00

10 lines
235 B
YAML

---
- name: Send notification message via Slack
delegate_to: localhost
community.general.slack:
token: "{{ slack_token }}"
msg: Stopping IIS on {{ inventory_hostname }}
- name: iisreset -stop
win_command: iisreset -stop