Skip to content

shadowman-lab/shadowman.reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadowman Reports Collection

The Ansible Shadowman Reports collection includes a variety of Ansible content to help automate the creation of Linux, Windows, Cloud, and Networking reports.

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.9.10.

Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.

Tested with Ansible

This collection has been tested against RHEL 7 and 8, Windows Server 2016, IOS, EOS, VyOS

External requirements

Included content

Modules

Name Description
shadowman.reports.win_scan_packages Scans for all packages on a Windows server
shadowman.reports.win_scan_services Scans for all services on a Windows server

Installing this collection

You can install the Shadowman Reports collection with the Ansible Galaxy CLI:

ansible-galaxy collection install shadowman.reports

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: shadowman.reports

Using this collection

Using Shadowman Reports Ansible Collection

An example for using this collection to scan a Windows host for packages:

---
- name: Scan packages of all Windows hosts
  hosts: windows

  tasks:

    - name: "Scan packages (Windows)"
      shadowman.reports.win_scan_packages:
      

Code of Conduct

This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document.

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published