|
@@ -14,19 +14,19 @@
|
|
|
- name: Ensure bird include dirs exists
|
|
|
file: name=/etc/bird/{{item}} state=directory
|
|
|
with_items:
|
|
|
- - conf.d
|
|
|
- conf6.d
|
|
|
-
|
|
|
-- name: Install bird.conf
|
|
|
- template: src=bird.conf.j2 dest=/etc/bird/bird.conf
|
|
|
- notify: Reload bird daemons
|
|
|
+ - conf.d
|
|
|
|
|
|
- name: Install bird6.conf
|
|
|
template: src=bird6.conf.j2 dest=/etc/bird/bird6.conf
|
|
|
notify: Reload bird daemons
|
|
|
|
|
|
+- name: Install bird.conf
|
|
|
+ template: src=bird.conf.j2 dest=/etc/bird/bird.conf
|
|
|
+ notify: Reload bird daemons
|
|
|
+
|
|
|
- name: Enable and start bird and bird6
|
|
|
service: name={{item}} state=started enabled=yes
|
|
|
with_items:
|
|
|
- - bird
|
|
|
- bird6
|
|
|
+ - bird
|