https://github.com/andif888/ansible-role-win-laps
Role to install Windows Local Administrator Password Solution
https://github.com/andif888/ansible-role-win-laps
ansible-role laps windows
Last synced: 3 months ago
JSON representation
Role to install Windows Local Administrator Password Solution
- Host: GitHub
- URL: https://github.com/andif888/ansible-role-win-laps
- Owner: andif888
- Created: 2023-02-26T19:41:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T19:51:51.000Z (over 2 years ago)
- Last Synced: 2025-01-10T16:48:12.543Z (5 months ago)
- Topics: ansible-role, laps, windows
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-win-laps
Role to install Windows Local Administrator Password Solution
## Table of content
- [Default Variables](#default-variables)
- [win_laps_download_url](#win_laps_download_url)
- [win_laps_download_validate_certs](#win_laps_download_validate_certs)
- [win_laps_install_args](#win_laps_install_args)
- [win_laps_install_product_id](#win_laps_install_product_id)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)---
## Default Variables
### win_laps_download_url
Download URL
#### Default value
```YAML
win_laps_download_url: https://download.microsoft.com/download/C/7/A/C7AAD914-A8A6-4904-88A1-29E657445D03/LAPS.x64.msi
```### win_laps_download_validate_certs
If false, SSL certificates will not be validated.
#### Default value
```YAML
win_laps_download_validate_certs: true
```### win_laps_install_args
Any arguments the installer needs to either installthe package. If the package is an MSI do not supply the /qn, /log or /norestart arguments.
All Additional components (GPO Extension, Management Tools, Fat Client UI, PowerShell Module, GPO Editor Templates)
``` ADDLOCAL=CSE,Management,Management.UI,Management.PS,Management.ADMX ```
#### Default value
```YAML
win_laps_install_args: ADDLOCAL=CSE ALLUSERS=1
```### win_laps_install_product_id
The product id of the installed packaged. This is used for checking whether the product is already installed.
#### Default value
```YAML
win_laps_install_product_id: '{97E2CA7B-B657-4FF7-A6DB-30ECC73E1E28}'
```## Dependencies
None.
## License
license (GPL-2.0-or-later, MIT, etc)
## Author
andif888