mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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 }}"
|
||||
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
|
||||
lineinfile:
|
||||
path: /etc/vnstat.conf
|
||||
|
|
Loading…
Reference in a new issue