This commit is contained in:
ace 2021-10-25 15:54:01 +03:00
parent df46625d26
commit daf389804c
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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