From 481b1c87c4b73547c848ef2a8d78e06778a0370a Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local> Date: Wed, 21 Aug 2024 16:20:16 +0100 Subject: [PATCH] Entry playbook for VPRN checks --- geant/gap_ansible/playbooks/check_l3_services.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 geant/gap_ansible/playbooks/check_l3_services.yaml diff --git a/geant/gap_ansible/playbooks/check_l3_services.yaml b/geant/gap_ansible/playbooks/check_l3_services.yaml new file mode 100644 index 00000000..c709c3b6 --- /dev/null +++ b/geant/gap_ansible/playbooks/check_l3_services.yaml @@ -0,0 +1,5 @@ +- name: Check L3 VPRN + hosts: all + gather_facts: false + roles: + - ../roles/promote_p_to_pe -- GitLab