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
|
name: bird2
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add BIRD config
|
|
||||||
template:
|
|
||||||
src: bird.conf.j2
|
|
||||||
dest: /etc/bird.conf
|
|
||||||
notify:
|
|
||||||
- Reload bird
|
|
||||||
|
|
||||||
- name: Update ifcfg-lo config
|
- name: Update ifcfg-lo config
|
||||||
template:
|
template:
|
||||||
src: ifcfg-lo.j2
|
src: ifcfg-lo.j2
|
||||||
@ -18,6 +11,13 @@
|
|||||||
notify:
|
notify:
|
||||||
- Restart loopback
|
- Restart loopback
|
||||||
|
|
||||||
|
- name: Add BIRD config
|
||||||
|
template:
|
||||||
|
src: bird.conf.j2
|
||||||
|
dest: /etc/bird.conf
|
||||||
|
notify:
|
||||||
|
- Reload bird
|
||||||
|
|
||||||
- name: Start BIRD service
|
- name: Start BIRD service
|
||||||
systemd:
|
systemd:
|
||||||
name: bird
|
name: bird
|
||||||
|
@ -9,13 +9,6 @@
|
|||||||
name: bird
|
name: bird
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add BIRD config
|
|
||||||
template:
|
|
||||||
src: bird.conf.j2
|
|
||||||
dest: /etc/bird.conf
|
|
||||||
notify:
|
|
||||||
- Reload BIRD
|
|
||||||
|
|
||||||
- name: Update ifcfg-lo config
|
- name: Update ifcfg-lo config
|
||||||
template:
|
template:
|
||||||
src: ifcfg-lo.j2
|
src: ifcfg-lo.j2
|
||||||
@ -42,6 +35,13 @@
|
|||||||
# {% endfor %}
|
# {% endfor %}
|
||||||
# ]
|
# ]
|
||||||
|
|
||||||
|
- name: Add BIRD config
|
||||||
|
template:
|
||||||
|
src: bird.conf.j2
|
||||||
|
dest: /etc/bird.conf
|
||||||
|
notify:
|
||||||
|
- Reload BIRD
|
||||||
|
|
||||||
- name: Start BIRD service
|
- name: Start BIRD service
|
||||||
systemd:
|
systemd:
|
||||||
name: bird
|
name: bird
|
||||||
|
Loading…
Reference in New Issue
Block a user