Windows
Chocolatey Install Specific
Chocolatey Install Specific
Installs a specific package by name using the Chocolatey package manager. The package name is provided via survey. Demonstrates targeted software installation on Windows.
Prerequisites
- Windows hosts in the Ansible Product Demos Inventory
- WinRM connectivity via APD Machine Credential
- Internet access from the Windows hosts
Survey prompts
| Prompt | Variable | Type | Required |
|---|---|---|---|
| Server Name or Pattern | _hosts |
text | Yes |
| Package Name | package_name |
text | Yes |
Job templates
| Template | Playbook | Description |
|---|---|---|
| WINDOWS ǀ Chocolatey Install Specific | windows/windows_choco_specific.yml |
Installs a single named package via Chocolatey |