Skip to content
Snippets Groups Projects
Commit f900689c authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

l3_core_service: use service_checks

parent 3a067f87
No related branches found
No related tags found
1 merge request!202Fix/create l3 geant ip
Pipeline #90879 passed
......@@ -2,6 +2,23 @@
hosts: all
gather_facts: false
tasks:
- name: Check SBP
when: verb == 'check'
ansible.builtin.include_role:
name: service_checks
loop:
"{{ subscription.l3_core_service.ap_list }}"
loop_control:
loop_var: ap
# - name: Check BGP
# # FIX: rewrite
# when: >
# object == 'bgp'
# and
# verb == 'check'
# ansible.builtin.meta: end_play
- name: Generate an ID for this run
ansible.builtin.set_fact:
opid: "{{ lookup('community.general.random_string', length=18, special=false) }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment