1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-10-28 12:30:01 -04:00 committed by GitHub
parent 221de9f607
commit 0a06e43ca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,15 +17,14 @@
state: directory
# Install and configure samba server (requires ports 137, 138, 139, 445 open).
- name: Ensure Samba-related packages are installed
- name: Install packages {samba, samba-client, samba-common, cifs-client}
package:
name: "{{ item }}"
name:
- samba
- samba-client
- samba-common
- cifs-utils
state: present
with_items:
- samba
- samba-client
- samba-common
- cifs-utils
tags:
- samba
- download