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

update `service_checks` role

parent 911171d5
No related branches found
No related tags found
1 merge request!208Update `vrf` role
--- ---
# tasks file for service_checks # tasks file for service_checks
- name: Import group_vars/all
ansible.builtin.include_vars:
dir: /opt/ansible_inventory/group_vars/all
- name: Load netconf connection config
ansible.builtin.set_fact:
ansible_connection: "{{ netconf_access[ap.sbp.edge_port.node.vendor].ansible_connection }}"
ansible_network_os: "{{ netconf_access[ap.sbp.edge_port.node.vendor].ansible_network_os }}"
- name: Ping peer via SBP - name: Ping peer via SBP
when: object == 'sbp' when: object == 'sbp'
ansible.builtin.include_tasks: sbp_checks.yaml ansible.builtin.include_tasks: sbp_checks.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment