mysql_scan

free - developer - shariful islam

Supported Version : v1.0.1

YAML Config

---
opsshell:
  - name: Mysql Server Security Scan
    hosts: mysql_server
      - name: Secutiry Scan Your Mysql Server
        mysql_scan:
          security_scan:
            - root_password: root

In this task, Opsshell will perform a security scan on the MySQL server using the provided root password. The details and specific security checks that will be performed during this scan may depend on the implementation of the mysql_scan module, as it is not a standard Opsshell module, and its behavior may vary based on the custom module's functionality.

Output:

Last updated

Was this helpful?