Skip to content
Snippets Groups Projects

Fix/create l3 geant ip

Merged Aleksandr Kurbatov requested to merge fix/create-l3-geant-ip into develop
11 files
+ 158
0
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -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) }}"
Loading