From 822fadc6b4c6d6d46a5af1fb60ea66d9eb67d3ab Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 29 Oct 2023 13:53:11 -0500 Subject: [PATCH] Decom samba --- playbooks/home_fs.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/playbooks/home_fs.yml b/playbooks/home_fs.yml index 61b5309..c4f4686 100755 --- a/playbooks/home_fs.yml +++ b/playbooks/home_fs.yml @@ -18,18 +18,18 @@ nfs_exports: - "/nfs 192.168.0.0/16(rw,no_root_squash,sync) 172.24.0.0/16(rw,no_root_squash,sync)" tags: [ storage, nfs ] - - role: bertvv.samba - vars: - samba_users: - - name: salt - password: "{{ samba_user_salt_password }}" - samba_shares: - - name: media - browseable: yes - comment: 'Mass storage for all the things' - group: salt - guest_ok: yes - owner: 911 - public: yes - path: /nfs - tags: [ storage, samba, smb ] +# - role: bertvv.samba +# vars: +# samba_users: +# - name: salt +# password: "{{ samba_user_salt_password }}" +# samba_shares: +# - name: media +# browseable: yes +# comment: 'Mass storage for all the things' +# group: salt +# guest_ok: yes +# owner: 911 +# public: yes +# path: /nfs +# tags: [ storage, samba, smb ]