drewstinnett.sssd

sssd

This role helps you install sssd - System Security Services Daemon.

You shouldn't need to change the role itself for configuration. Instead, you can adjust role parameters or introduce a new configuration as a variable. This makes the role very flexible. Check the examples below for more information.

Please report any issues or send a pull request (PR) if you have something to share.

Example

---

# Basic usage
- hosts: myhost1
  roles:
    - sssd

# Example of configuring sssd
- hosts: myhost2
  vars:
    # Just replace this variable with your new configuration
    sssd_config:
        ...
        ...
  roles:
    - sssd

Role variables

Here are the variables used by the role:

# Package to install (you can specify a version here)
sssd_pkg: sssd

# Default sssd configuration (you might want to change this)
sssd_config:
  sssd:
    domains: LOCAL
    services: nss
    config_file_version: 2
  nss:
    filter_groups: root
    filter_users: root
  'domain/LOCAL':
    id_provider: local
    auth_provider: local
    access_provider: permit

Dependencies

License

MIT

Author

Jiri Tyr

Informazioni sul progetto

Role which helps to install sssd service.

Installa
ansible-galaxy install drewstinnett.sssd
Licenza
mit
Download
91
Proprietario