mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
CLARIF: Let's use apt version of /etc/vnstat.conf (not 2011-era template)
This commit is contained in:
parent
21a7d70c7e
commit
423eecc293
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
iiab_wan_iface: "{{ ansible_default_ipv4.alias }}"
|
iiab_wan_iface: "{{ ansible_default_ipv4.alias }}"
|
||||||
when: ansible_default_ipv4.gateway is defined
|
when: ansible_default_ipv4.gateway is defined
|
||||||
|
|
||||||
# 2023-05-01: Probably no longer nec, as line 'Interface ""' in /etc/vnstat.conf automatically selects the default interface
|
# 2023-05-01: Probably no longer nec, as line 'Interface ""' in /etc/vnstat.conf (as installed by apt) automatically selects the default interface
|
||||||
- name: Insert 'Interface "{{ iiab_wan_iface }}"' into /etc/vnstat.conf
|
- name: Insert 'Interface "{{ iiab_wan_iface }}"' into /etc/vnstat.conf
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/vnstat.conf
|
path: /etc/vnstat.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue