jellyfin, monitoring, dns

This commit is contained in:
git
2024-05-04 21:42:44 +02:00
parent fd05c2250a
commit fca0d8655b
5 changed files with 181 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Copy /etc/network/interfaces
template:
src: ../templates/resolvconf
dest: /etc/resolv.conf
owner: root
group: root
mode: '0644'