aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/vpp_device/handlers/main.yaml
blob: 29342ae43c884504b5a5d5d7be40313b319b7381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
# file: roles/vpp_device/handlers/main.yaml

- name: Start csit-initialize-vfs.service
  systemd:
    enabled: true
    state: started
    name: csit-initialize-vfs.service
  tags:
    - start-vf-service

- name: Update GRUB
  command: update-grub
  tags:
    - update-grub

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