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

Collections shouldn't be defined inside playbooks

parent 97352fa4
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
collections:
- geant.gap_ansible
roles:
- ../roles/base_config
- name: Manage iptrunks playbook
hosts: all
gather_facts: false
collections:
- geant.gap_ansible
roles:
- ../roles/iptrunk
- name: Manage iptrunks checks playbook
hosts: all
gather_facts: false
collections:
- geant.gap_ansible
roles:
- ../roles/iptrunk_checks
- name: Manage iptrunks migration
hosts: all
gather_facts: false
collections:
- geant.gap_ansible
roles:
- ../roles/iptrunk_migration
- name: Manage iBGP mesh
hosts: all
gather_facts: false
collections:
- geant.gap_ansible
roles:
- ../roles/ibgp_update
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment