Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1 KB

README.md

File metadata and controls

46 lines (31 loc) · 1 KB

ansible-role-win-kms

Ansible Role: bit_kitchen.win_kms Build Status

Set the name and/or the port of the KMS host to use and activate Windows.

ansible-galaxy install bit_kitchen.win_kms

Requirements

None.

Role Variables

Variable Default Comment
kms_host undefined Name and/or the port for the KMS computer the target machine will use.
IPv6 address must be specified in the format [hostname]:port.

Dependencies

None.

Example Playbook

- hosts: windows
  roles:
  - name: bit_kitchen.win_kms
    kms_host: kms.example.com

License

MIT

Author Information

bit.kitchen