bird.yml 142 B

12345
  1. ---
  2. - name: Install IPv4 BGP configuration for bird
  3. template: src=nat.conf.j2 dest=/etc/bird/conf.d/nat.conf
  4. notify: Reload bird daemons