diff --git a/playbook_provision_gateway.yml b/playbook_provision_gateway.yml index ce0875e..042acab 100644 --- a/playbook_provision_gateway.yml +++ b/playbook_provision_gateway.yml @@ -22,6 +22,7 @@ group: root mode: 0600 with_fileglob: + - "templates/gateways/base/etc/config/*" - "templates/gateways/{{ inventory_hostname }}/etc/config/*" notify: - "reload {{ item | basename }}" @@ -34,6 +35,7 @@ group: root mode: 0600 with_fileglob: + - "templates/gateways/base/etc/frr/*" - "templates/gateways/{{ inventory_hostname }}/etc/frr/*" notify: - restart frr