Skip to content

picotrading/ansible-ad_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ad_auth

Role which helps to configure AD authentication.

Example

---

# Default usage
- hosts: myhost1
  vars:
    # You will need yur own sssd config
    # (see: https://fedorahosted.org/sssd/wiki/Configuring_sssd_with_ad_server)
    sssd_config:
      ...
  roles:
    - ad_auth

Role variables

List of variables used by the role:

# Default authconfig options
ad_auth_authconfig_options:
  - "--enablesssd"
  - "--enablesssdauth"
  - "--enablemkhomedir"
  - "--enablelocauthorize"
  - "--update"
  - "--nostart"

Dependencies

License

MIT

Author

Jiri Tyr

About

Ansible role which helps to configure AD authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published