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

entry_playbooks

- cleanup of remote user
- add iBGP playbook
parent 58ab087f
No related branches found
No related tags found
1 merge request!86entry_playbooks
Pipeline #85455 passed
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
hosts: all hosts: all
connection: netconf connection: netconf
gather_facts: false gather_facts: false
remote_user: admin # remote_user: "{{ gap_ansible_user }}"
remote_user: geant-ne-na-lab
roles: roles:
- ../roles/base_config_checks - ../roles/base_config_checks
- name: Manage iBGP mesh
hosts: all
# remote_user: "{{ gap_ansible_user }}"
remote_user: geant-ne-na-lab
gather_facts: false
roles:
- Juniper.junos
- ../roles/ibgp_update
- name: Manage iptrunks checks playbook - name: Manage iptrunks checks playbook
hosts: all hosts: all
remote_user: admin # remote_user: "{{ gap_ansible_user }}"
remote_user: geant-ne-na-lab
gather_facts: false gather_facts: false
roles: roles:
- Juniper.junos - Juniper.junos
......
- name: Manage iptrunks migration - name: Manage iptrunks migration
hosts: all hosts: all
remote_user: admin # remote_user: "{{ gap_ansible_user }}"
remote_user: geant-ne-na-lab
gather_facts: false gather_facts: false
roles: roles:
- Juniper.junos - Juniper.junos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment