darkwizard242.sslscan
Ansible Role: sslscan
This role is used to install (by default) sslscan or uninstall it (if specified) on Debian and EL-based systems. Sslscan is a tool for checking SSL/TLS security.
Requirements
None.
Role Variables
The available variables are listed below (found in defaults/main.yml
):
Variables list:
sslscan_app: sslscan
sslscan_desired_state: present
Variables table:
Variable | Description |
---|---|
sslscan_app | The name of the application to install, which is sslscan. |
sslscan_desired_state | Used to decide if you want to install (either present or latest ) or uninstall (absent ) the package. It defaults to present . |
Dependencies
None.
Example Playbook
For the default behavior of the role (installing the sslscan package) in Ansible playbooks:
- hosts: servers
roles:
- darkwizard242.sslscan
To customize the role behavior (installing the latest sslscan package) in Ansible playbooks:
- hosts: servers
roles:
- darkwizard242.sslscan
vars:
sslscan_desired_state: latest
To customize the role behavior (uninstalling the sslscan package) in Ansible playbooks:
- hosts: servers
roles:
- darkwizard242.sslscan
vars:
sslscan_desired_state: absent
License
Author Information
This role was created by Ali Muhammad.
Informazioni sul progetto
Installation/Uninstallation of `sslscan`. Used for performing SSL/TLS scans.
Installa
ansible-galaxy install darkwizard242.sslscan
Licenza
mit
Download
4.3k
Proprietario
Senior DevOps/CloudOps Engineer.
Dedicated to Automating everything I come across.
Love to work on and learn new technologies/tools everyday!