Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)!