Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:04:03.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:37:06.557Z (about 1 year ago)
- Topics: ansible, debian, python, sni, ssl, ubuntu
- Language: Dockerfile
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## insecure-platform-warning
[![CI](https://github.com/Oefenweb/ansible-insecure-platform-warning/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-insecure-platform-warning/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-insecure--platform--warning-blue.svg)](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)!