aboutsummaryrefslogtreecommitdiff
blob: 7c1edec063466852bf3764986a88efd0cff76263 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- name: Install Samba
  apt:
    name:
      - samba
      - smbclient
      - cifs-utils
    update_cache: true


- name: render samba config file
  template:
    src: smb.conf.j2
    dest: "/etc/samba/smb.conf"
    mode: 0644
Powered by cgit v1.2.3 (git 2.41.0)