1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-10-31 13:48:42 -04:00 committed by GitHub
parent 81754eddf4
commit d6c60eb020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
- name: 'Create smb user: {{ smbuser }}'
- name: "Create smb user: {{ smbuser }}"
user:
name: "{{ smbuser }}"
shell: /sbin/nologin
password: "{{ smbpassword }}"
- name: 'Create public folder: {{ shared_dir }}'
- name: "Create public folder: {{ shared_dir }}"
file:
path: "{{ shared_dir }}"
owner: "{{ smbuser }}"
@ -13,7 +13,7 @@
state: directory
# Install and configure samba server (requires ports 137, 138, 139, 445 open).
- name: Install 4 packages {samba, samba-client, samba-common, cifs-client}
- name: "Install 4 packages: samba, samba-client, samba-common, cifs-client"
package:
name:
- samba