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 - name: Manage base config playbook
hosts: all hosts: all
gather_facts: false gather_facts: false
# remote_user: admin collections:
# remote_user: geant-gap-test - geant.gap_ansible
roles: roles:
- Juniper.junos
- ../roles/base_config - ../roles/base_config
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
hosts: all hosts: all
gather_facts: false gather_facts: false
roles: roles:
- Juniper.junos
- ../roles/ibgp_update - ../roles/ibgp_update
vars: vars:
verb: 'check_p_ibgp' verb: 'check_p_ibgp'
- name: Manage iptrunks playbook - name: Manage iptrunks playbook
hosts: all hosts: all
# remote_user: "{{ gap_ansible_user }}"
# remote_user: geant-ne-na-lab
gather_facts: false gather_facts: false
collections:
- geant.gap_ansible
roles: roles:
- Juniper.junos
- ../roles/iptrunk - ../roles/iptrunk
- name: Manage iptrunks checks playbook - name: Manage iptrunks checks playbook
hosts: all hosts: all
gather_facts: false gather_facts: false
collections:
- geant.gap_ansible
roles: roles:
- Juniper.junos
- ../roles/iptrunk_checks - ../roles/iptrunk_checks
- name: Manage iptrunks migration - name: Manage iptrunks migration
hosts: all hosts: all
gather_facts: false gather_facts: false
collections:
- geant.gap_ansible
roles: roles:
- Juniper.junos
- ../roles/iptrunk_migration - ../roles/iptrunk_migration
- name: Manage iBGP mesh - name: Manage iBGP mesh
hosts: all hosts: all
gather_facts: false gather_facts: false
collections:
- geant.gap_ansible
roles: roles:
- Juniper.junos
- ../roles/ibgp_update - ../roles/ibgp_update
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment