mirror of
https://github.com/de-it-krachten/ansible-role-windows_features
synced 2026-05-14 03:51:51 +00:00
No description
- Jinja 100%
|
|
||
|---|---|---|
| .github/workflows | ||
| defaults | ||
| meta | ||
| molecule/default | ||
| tasks | ||
| .ansible-lint | ||
| .cicd | ||
| .cicd.overwrite | ||
| .collections | ||
| .gitignore | ||
| .releaserc.yml | ||
| .roles | ||
| .yamllint | ||
| CHANGELOG.md | ||
| README.md | ||
ansible-role-windows_features
Installs Windows features
Dependencies
Roles
None
Collections
- ansible.windows
Platforms
Supported platforms
- Windows Server 2012 R21
- Windows Server 20161
- Windows Server 20191
- Windows Server 20221
- Windows Server 20251
Note: 1 : no automated testing is performed on these platforms
Role Variables
defaults/main.yml
## List of Windows features to install
# windows_features:
# - name: AD-domain-services
# include_management_tools: true
# include_sub_features: true
# Skip required reboot
windows_features_skip_reboot: false
Example Playbook
molecule/default/converge.yml
- name: sample playbook for role 'windows_features'
hosts: all
become: 'yes'
vars:
molecule_driver: '{{ lookup(''env'', ''MOLECULE_DRIVER_NAME'') }}'
windows_features:
- name: D-domain-services
include_management_tools: true
include_sub_features: true
tasks:
- name: Include role 'windows_features'
ansible.builtin.include_role:
name: windows_features