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

Playbooks - add GAP collection, remove Juniper.junos role

parent 1092c8fe
No related branches found
No related tags found
1 merge request!125Deploy tasks: switch to geant.gap_ansible.nokia_netconf_config
- name: Manage base config playbook
hosts: all
gather_facts: false
# remote_user: admin
# remote_user: geant-gap-test
collections:
- geant.gap_ansible
roles:
- Juniper.junos
- ../roles/base_config
......@@ -2,7 +2,6 @@
hosts: all
gather_facts: false
roles:
- Juniper.junos
- ../roles/ibgp_update
vars:
verb: 'check_p_ibgp'
- name: Manage iptrunks playbook
hosts: all
# remote_user: "{{ gap_ansible_user }}"
# remote_user: geant-ne-na-lab
gather_facts: false
collections:
- geant.gap_ansible
roles:
- Juniper.junos
- ../roles/iptrunk
- name: Manage iptrunks checks playbook
hosts: all
gather_facts: false
collections:
- geant.gap_ansible
roles:
- Juniper.junos
- ../roles/iptrunk_checks
- name: Manage iptrunks migration
hosts: all
gather_facts: false
collections:
- geant.gap_ansible
roles:
- Juniper.junos
- ../roles/iptrunk_migration
- name: Manage iBGP mesh
hosts: all
gather_facts: false
collections:
- geant.gap_ansible
roles:
- Juniper.junos
- ../roles/ibgp_update
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment