8000 GitHub - asifiqbal/ansible-role-sssd: ansible role to deploy sssd
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

asifiqbal/ansible-role-sssd

 
 

Repository files navigation

marklee77.sssd

Build Status

Ansible role to install sssd auth.

Requirements

LDAP server supporting ssl/tls.

Role Variables

  • sssd_tls_cipher_suite: SECURE256:!AES-128-CBC:!ARCFOUR-128:!CAMELLIA-128-CBC:!3DES-CBC:!CAMELLIA-128-CBC

  • sssd_verify_cert: true

  • sssd_enable_modify_hosts: false

  • sssd_enable_mkhomedir: true

Example Playbook

- hosts: all
  sudo: True
  roles:
    - marklee77.slapd-auth
    - marklee77.sssd

License

GPLv2

Author Information

http://stillwell.me

About

ansible role to deploy sssd

Resources

License

Stars

Watchers

Forks

3262

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0