Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andif888/ansible-role-win-bginfo
This role installs BGInfo and created Autostart-Link in Windows Startmenu
https://github.com/andif888/ansible-role-win-bginfo
ansible-role bginfo windows
Last synced: 26 days ago
JSON representation
This role installs BGInfo and created Autostart-Link in Windows Startmenu
- Host: GitHub
- URL: https://github.com/andif888/ansible-role-win-bginfo
- Owner: andif888
- Created: 2020-07-16T06:29:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T11:59:42.000Z (about 2 years ago)
- Last Synced: 2024-11-11T23:33:47.168Z (3 months ago)
- Topics: ansible-role, bginfo, windows
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-win-bginfo
Role install BGInfo
## Table of content
- [Default Variables](#default-variables)
- [bginfo_download_url](#bginfo_download_url)
- [bginfo_install_dir](#bginfo_install_dir)
- [bginfo_startmenu_autostart](#bginfo_startmenu_autostart)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)---
## Default Variables
### bginfo_download_url
Download URL
#### Default value
```YAML
bginfo_download_url: https://download.sysinternals.com/files/BGInfo.zip
```### bginfo_install_dir
Installation directory
#### Default value
```YAML
bginfo_install_dir: '%SystemDrive%\BGInfo'
```### bginfo_startmenu_autostart
Add BGInfo into startmenu autostart
#### Default value
```YAML
bginfo_startmenu_autostart: true
```## Dependencies
None.
## License
license (GPLv2, CC-BY, etc)
## Author
andif888