robertdebock.cve_2018_19788
Ansible Role cve_2018_19788
THIS ROLE HAS BEEN ARCHIVED AS OF DEC 2023.
Check if your system is vulnerable to cve_2018_19788.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
This example comes from molecule/default/converge.yml
, and it gets tested whenever there is a push, pull request, or release.
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: robertdebock.cve_2018_19788
The system needs to be set up first. In CI (Continuous Integration), this is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: yes
gather_facts: no
roles:
- role: robertdebock.bootstrap
You can also see a full explanation and example on how to use these roles.
Requirements
- Python packages listed in requirements.txt.
State of Used Roles
The following roles are used to set up a system. You can choose a different way to prepare your system.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap |
Context
This role is part of many compatible roles. Check the documentation of these roles for more details.
Here is a list of related roles:
Compatibility
This role has been tested on these container images:
Container | Tags |
---|---|
EL | 8, 9 |
Debian | all |
Fedora | all |
opensuse | all |
Ubuntu | all |
The minimum Ansible version required is 2.12. Tests have been performed on:
- The previous version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
License
Author Information
Please consider sponsoring me.
Test if your system is vulernable for cve_2018_19788.
ansible-galaxy install robertdebock.cve_2018_19788