Config adjustments for Jellyfin/Samba deployment

- Ignored .vscode
- Added firewall exclusion option
- Allowed guest access in Samba
This commit is contained in:
2023-06-09 22:26:47 -04:00
parent 74a559f1f6
commit 228cd5795b
5 changed files with 16 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
- name: Import Firewall tasks
ansible.builtin.import_tasks: firewall.yml
tags: firewall
when: manage_firewall
- name: Import Network tasks
ansible.builtin.import_tasks: network.yml

View File

@@ -50,3 +50,4 @@
from: "{{ item }}"
state: enabled
loop: "{{ samba.firewall }}"
when: manage_firewall