using samba on linode

pull/19/head
Cian Hatton 3 years ago
parent 4e0874d8d5
commit 7e826eb5fc

@ -3,7 +3,6 @@
vault_file: vault_vars/linode-vault.yml vault_file: vault_vars/linode-vault.yml
# any linode specific variables go here # any linode specific variables go here
configure_mergefs: false configure_mergefs: false
configure_samba: false
services: services:
- name: gitea - name: gitea
- name: mealie - name: mealie

@ -23,19 +23,6 @@ devices:
- uuid: "c528bf82-61ab-4f3d-87e0-d1e6e02ef7ec" # /dev/sdf - uuid: "c528bf82-61ab-4f3d-87e0-d1e6e02ef7ec" # /dev/sdf
path: "/mnt/ssd0/" path: "/mnt/ssd0/"
configure_samba: true
samba_group: smbgroup
samba_user: smbuser
users:
- name: cianhatton
shares:
- /share
- /share/public_files
- /share/private_files
- /share/cian_files
services: services:
- name: gitea - name: gitea
- name: mealie - name: mealie
@ -52,9 +39,6 @@ services:
- name: photoprism - name: photoprism
- name: olivetin - name: olivetin
extra_hosts:
- "qnap:192.168.178.42"
# any additional docker networks that should be created # any additional docker networks that should be created
docker_networks: docker_networks:
- mariadb_net - mariadb_net

@ -28,3 +28,15 @@ docker_networks: []
homelab_group: cianhatton homelab_group: cianhatton
homelab_user: cianhatton homelab_user: cianhatton
configure_samba: true
samba_group: smbgroup
samba_user: smbuser
users:
- name: cianhatton
shares:
- /share
- /share/public_files
- /share/private_files
- /share/cian_files

@ -9,5 +9,5 @@ cianhatton@qnap
# BEGIN ANSIBLE MANAGED BLOCK # BEGIN ANSIBLE MANAGED BLOCK
[linode] [linode]
root@198.74.59.177 root@172.104.8.49
# END ANSIBLE MANAGED BLOCK # END ANSIBLE MANAGED BLOCK

Loading…
Cancel
Save