aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml')
-rw-r--r--clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml b/clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml
index 0466571..7c1edec 100644
--- a/clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml
+++ b/clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml
@@ -5,3 +5,10 @@
5 - smbclient 5 - smbclient
6 - cifs-utils 6 - cifs-utils
7 update_cache: true 7 update_cache: true
8
9
10- name: render samba config file
11 template:
12 src: smb.conf.j2
13 dest: "/etc/samba/smb.conf"
14 mode: 0644 \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)