igp.yml 284 B

123456789
  1. ---
  2. - name: Install OSPF IGP configuration for bird
  3. template: src=igp.conf.j2 dest=/etc/bird/conf.d/igp.conf
  4. notify: Reload bird daemons
  5. - name: Install OSPF IGP configuration for bird6
  6. template: src=igp6.conf.j2 dest=/etc/bird/conf6.d/igp6.conf
  7. notify: Reload bird daemons