8000 GitHub - sbadia/ansible-role-samba: Installs samba on Debian/Ubuntu linux servers.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sbadia/ansible-role-samba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Install samba

Build Status

Installs samba on Debian/Ubuntu linux servers.

Requirements

None

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

samba_config_file: 'your/file/path.conf'
       
samba_users:
  - name: vagrant
    password: vagrant

Dependencies

None.

Installation

$ ansible-galaxy install tschifftner.samba

Example Playbook

- hosts: server
  roles:
    - { role: tschifftner.samba }

Supported OS

Supported OS

Ansible Debian Jessie Ubuntu 14.04 Ubuntu 12.04
2.1 Yes Yes Yes

License

MIT License

Author Information

About

Installs samba on Debian/Ubuntu linux servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0