1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Experiment: comment out Ansible tags in 25 files

This commit is contained in:
root 2020-01-13 20:41:03 -05:00
parent 6e6fab170d
commit 780ed4a955
25 changed files with 82 additions and 142 deletions

View file

@ -2,16 +2,15 @@
package:
name: vnstat
state: present
tags:
- download
#tags: download
- name: Install /etc/vnstat.conf from template
template:
src: vnstat.conf.j2
dest: /etc/vnstat.conf
mode: 0744
owner: root
group: root
# owner: root
# group: root
mode: '0744'
- name: Create database for WAN to collect vnStat data
shell: /usr/bin/vnstat -i {{ iiab_wan_iface }}
@ -23,6 +22,7 @@
- name: Enable & Start vnStat's systemd service
systemd:
name: vnstat
daemon_reload: yes
enabled: yes
state: started