mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2024-11-24 23:56:38 +00:00
fix
This commit is contained in:
parent
df46625d26
commit
daf389804c
@ -4,13 +4,6 @@
|
||||
name: bird2
|
||||
state: present
|
||||
|
||||
- name: Add BIRD config
|
||||
template:
|
||||
src: bird.conf.j2
|
||||
dest: /etc/bird.conf
|
||||
notify:
|
||||
- Reload bird
|
||||
|
||||
- name: Update ifcfg-lo config
|
||||
template:
|
||||
src: ifcfg-lo.j2
|
||||
@ -18,6 +11,13 @@
|
||||
notify:
|
||||
- Restart loopback
|
||||
|
||||
- name: Add BIRD config
|
||||
template:
|
||||
src: bird.conf.j2
|
||||
dest: /etc/bird.conf
|
||||
notify:
|
||||
- Reload bird
|
||||
|
||||
- name: Start BIRD service
|
||||
systemd:
|
||||
name: bird
|
||||
|
@ -9,13 +9,6 @@
|
||||
name: bird
|
||||
state: present
|
||||
|
||||
- name: Add BIRD config
|
||||
template:
|
||||
src: bird.conf.j2
|
||||
dest: /etc/bird.conf
|
||||
notify:
|
||||
- Reload BIRD
|
||||
|
||||
- name: Update ifcfg-lo config
|
||||
template:
|
||||
src: ifcfg-lo.j2
|
||||
@ -42,6 +35,13 @@
|
||||
# {% endfor %}
|
||||
# ]
|
||||
|
||||
- name: Add BIRD config
|
||||
template:
|
||||
src: bird.conf.j2
|
||||
dest: /etc/bird.conf
|
||||
notify:
|
||||
- Reload BIRD
|
||||
|
||||
- name: Start BIRD service
|
||||
systemd:
|
||||
name: bird
|
||||
|
Loading…
Reference in New Issue
Block a user