Add tags to every main task

fixed aya01s fstab with new raid
added samba to aya01

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2022-12-27 21:51:41 +01:00
parent 1fdeaf2ded
commit 9851a25ea6
7 changed files with 312 additions and 6 deletions

View File

@@ -15,13 +15,13 @@ pgid: 1000
fstab_entries:
- name: "config"
uuid: "4942deb8-707e-48b5-81e3-555ae3cda9ba"
type: "ext4"
path: "/opt/"
- name: "media"
uuid: "c4c724ec-4fe3-4665-adf4-acd31d6b7f95"
type: "ext4"
uuid: "cad60133-dd84-4a2a-8db4-2881c608addf"
- name: "media"
path: "/media/"
type: "ext4"
uuid: "c4c724ec-4fe3-4665-adf4-acd31d6b7f95"
#
# Packages
@@ -33,6 +33,7 @@ common_packages:
- git
- tmux
- smartmontools
- vim
- curl
- tree
- rsync
@@ -94,3 +95,17 @@ backblaze_paths:
pi:
- "{{ docker_compose_dir }}"
- "{{ docker_dir }}"
#
# samba
#
smb_deps:
- "samba"
- "smbclient"
- "cifs-utils"
smb_config: "templates/smb.conf"
smb_media_dir: "/media"
smb_group: "smbshare"
smb_user: "smbuser"