(WORK IN PROGRESS - DO NOT USE)
Installs or removes Active Directory Certificate Services on a Windows Server.
- Windows Server 2012
- Windows Server 2012 R2
- Windows Server 2016
- Windows Server 2019
Available variables are listed below, along with default values (see defaults/main.yml
):
adcs_state: present
The state of this role, present (default) will install the latest version, absent will remove it.
adcs_features_include_mgt_tools:
Placeholder
adcs_features: []
Placeholder
adcs_features: []
Placeholder
adcs_features: []
None
- hosts: win_servers
roles:
- joezollo.adcs
WIP
This role was created by Joseph Zollo ([email protected])