Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 591 Bytes

ansible-win_ad_kerberos_deleg

Ansible Module for managing Kerberos Delegation in a Windows Active Directory Environment

Installation

Copy the win_ad_kerberos_deleg into you libary folder

Example

- win_ad_kerberos_deleg:
    computer: "mycomputer"
    spnlist:
      - "http/www.mysite.com"
      - "host/mycomputer"

Maybe check also my other Module to set the TrustedToAuthForDelegation for the AD Object https://github.com/daBONDi/ansible-win_ad_kerberos_trust_delegation