Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andif888/ansible-role-win-appinstall
Role to install apps on windows pointing to a download url.
https://github.com/andif888/ansible-role-win-appinstall
ansible-role apps windows
Last synced: 27 days ago
JSON representation
Role to install apps on windows pointing to a download url.
- Host: GitHub
- URL: https://github.com/andif888/ansible-role-win-appinstall
- Owner: andif888
- Created: 2023-04-25T13:36:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T22:19:16.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T23:33:18.112Z (3 months ago)
- Topics: ansible-role, apps, windows
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-win-appinstall
Role to install apps on windows pointing to a download url.
Checkout [test.yml](./tests/test.yml) for example usage.
## Table of content
- [Default Variables](#default-variables)
- [win_appinstall_download_dir](#win_appinstall_download_dir)
- [win_appinstall_download_force](#win_appinstall_download_force)
- [win_appinstall_url](#win_appinstall_url)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)---
## Default Variables
### win_appinstall_download_dir
Download directory
#### Default value
```YAML
win_appinstall_download_dir: C:\windows\temp\win_appinstall
```### win_appinstall_download_force
orce download, also when file already exists
#### Default value
```YAML
win_appinstall_download_force: false
```### win_appinstall_url
Download URL
#### Default value
```YAML
win_appinstall_url: ''
```## Dependencies
None.
## License
license (GPL-2.0-or-later, MIT, etc)
## Author
andif888