https://github.com/andif888/ansible-role-win-notepadplusplus
Ansible Role to install Notepad++
https://github.com/andif888/ansible-role-win-notepadplusplus
ansible-role notepadplusplus windows
Last synced: 12 months ago
JSON representation
Ansible Role to install Notepad++
- Host: GitHub
- URL: https://github.com/andif888/ansible-role-win-notepadplusplus
- Owner: andif888
- Created: 2022-12-13T16:04:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T16:05:57.000Z (about 3 years ago)
- Last Synced: 2025-01-10T16:48:12.131Z (about 1 year ago)
- Topics: ansible-role, notepadplusplus, windows
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-win-notepadplusplus
Ansible Role to install Notepad++
## Table of content
- [Default Variables](#default-variables)
- [notepadplusplus_already_installed_path](#notepadplusplus_already_installed_path)
- [notepadplusplus_download_url](#notepadplusplus_download_url)
- [notepadplusplus_download_validate_certs](#notepadplusplus_download_validate_certs)
- [notepadplusplus_extract_dir](#notepadplusplus_extract_dir)
- [notepadplusplus_install_exe](#notepadplusplus_install_exe)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Default Variables
### notepadplusplus_already_installed_path
Path to check if already installed.
#### Default value
```YAML
notepadplusplus_already_installed_path: C:\Program Files\
```
### notepadplusplus_download_url
Download URL of the package.
#### Default value
```YAML
notepadplusplus_download_url: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.Installer.x64.exe
```
### notepadplusplus_download_validate_certs
Validate SSL certs when downloading.
#### Default value
```YAML
notepadplusplus_download_validate_certs: yes
```
### notepadplusplus_extract_dir
Extract directory.
#### Default value
```YAML
notepadplusplus_extract_dir: C:\windows\temp\notepadplusplus
```
### notepadplusplus_install_exe
File name of the installation package.
#### Default value
```YAML
notepadplusplus_install_exe: npp.8.4.7.Installer.x64.exe
```
## Dependencies
None.
## License
license (GPL-2.0-or-later, MIT, etc)
## Author
andif888