Network disabled
This commit is contained in:
parent
f10764dec1
commit
3f3d266adf
2 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
|||
dest: /etc/systemd/system/monitoringpy.service
|
||||
become: true
|
||||
|
||||
- template:
|
||||
src: config.ini.j2
|
||||
dest: /opt/monitoring.py/config.ini
|
||||
become: true
|
||||
|
||||
- systemd:
|
||||
state: restarted
|
||||
enabled: yes
|
||||
|
|
2
templates/config.ini.j2
Normal file
2
templates/config.ini.j2
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Checks]
|
||||
Network = False
|
Loading…
Reference in a new issue