Timotej Lazar
25bcddede1
Consolidate base system and networking setup into debian role and BGP configuration into frr role. Add facts role to collect data from NetBox once to avoid many slow lookups. Also many other tweaks and cleanups.
8 lines
231 B
YAML
8 lines
231 B
YAML
- name: reload frr
|
|
command: /usr/lib/frr/frr-reload.py --reload /etc/frr/frr.conf
|
|
when: "'handler' not in ansible_skip_tags"
|
|
|
|
- name: restart frr
|
|
service: name=frr state=restarted
|
|
when: "'handler' not in ansible_skip_tags"
|