ryan_gordon1.cloud_pak_for_security.cases_privacy_data_types (1.1.0) — module

A Module used to get applicable privacy data types in CP4S or Resilient

| "added in version" 1.0.0 of ryan_gordon1.cloud_pak_for_security"

Authors: Ryan Gordon (@Ryan-Gordon)

Install collection

Install with ansible-galaxy collection install ryan_gordon1.cloud_pak_for_security:==1.1.0


Add to requirements.yml

  collections:
    - name: ryan_gordon1.cloud_pak_for_security
      version: 1.1.0

Description

This module is an example of how you can choose to use a module or a role to achieve a similar outcome. An almost identical piece of functionality exists in the CP4S role but this gives a programmatic way to do it.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Use DNS to get privacy details
  ryan_gordon1.cloud_pak_for_security.case_privacy_regulator_types:
    host: mydns.aws.com
    api_key_id: supersecret
    api_key_secret: evenmoresecret
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Use IP to get privacy details
  ryan_gordon1.cloud_pak_for_security.case_privacy_regulator_types:
    host: 9.9.9.9
    api_key_id: supersecret
    api_key_secret: evenmoresecret

Outputs

message:
  description: The output message that the test module generates.
  returned: always
  sample: goodbye
  type: str
original_message:
  description: The original name param that was passed in.
  returned: always
  sample: hello world
  type: str