aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/vpp_device/handlers/main.yaml
blob: ee9d36863883881b545a2ccaace225fb173d61ab (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: yes
    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