https://github.com/oefenweb/ansible-insecure-platform-warning
Fixes the InsecurePlatformWarning in Debian-like systems
https://github.com/oefenweb/ansible-insecure-platform-warning
ansible debian python sni ssl ubuntu
Last synced: about 2 months ago
JSON representation
Fixes the InsecurePlatformWarning in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-insecure-platform-warning
- Owner: Oefenweb
- License: mit
- Created: 2015-10-13T18:03:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:04:03.000Z (over 2 years ago)
- Last Synced: 2025-03-16T15:55:20.891Z (over 1 year ago)
- Topics: ansible, debian, python, sni, ssl, ubuntu
- Language: Dockerfile
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## insecure-platform-warning
[](https://github.com/Oefenweb/ansible-insecure-platform-warning/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/insecure_platform_warning)
Fixes the [InsecurePlatformWarning](https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning) in Debian-like systems.
#### Requirements
* `pip` (will not installed)
* `python` (will be installed)
* `python-dev` (will be installed)
* `build-essential` (will be installed)
* `libffi-dev` (will be installed)
* `libssl-dev` (will be installed)
#### Variables
* `insecure_platform_warning_conflicting` [default: `[]`]: Conflicting packages to remove (e.g. `[python-openssl]`)
## Dependencies
None
## Recommended
* `ansible-pip` ([see](https://github.com/Oefenweb/ansible-pip))
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.insecure-platform-warning
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-insecure-platform-warning/issues)!