aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/azure/handlers/main.yaml
blob: f0d46062d94655a12e6c22f2c0de089ce4b843cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# file: roles/azure/handlers/main.yaml

- name: Reboot server
  reboot:
    reboot_timeout: 3600
  tags:
    - reboot-server

- name: Azure - Reload systemd-modules
  systemd:
    name: "systemd-modules-load"
    state: "restarted"
  tags:
    - reload-systemd-modules