cyperfection.samba_insecure

Ansible Role: Samba Insecure

DO NOT USE THIS ROLE!!! IT IS VERY UNSAFE!!! Only use it if you really know what you are doing!

This Ansible Role sets up a Samba service in a highly insecure way!

security = user
share modes = yes
guest account = root
map to guest = bad user

Default Share

It will share the entire root filesystem (named: system) and allow guests to write as the root user! This is very unsafe!!!

Configure Shares

samba_shares:
  - name: "foobar.vagrant"
    path: "/srv/sites/foobar.vagrant"
    comment: "foobar.vagrant for user www-data"
    guest_ok: "yes"
    read_only: "no"
    force_user: "www-data"
    force_group: "www-data"
Informazioni sul progetto

Setup Samba server insecure for RHEL/CentOS and Debian/Ubuntu.

Installa
ansible-galaxy install cyperfection.samba_insecure
Licenza
Unknown
Download
119
Proprietario