ginigangadharan.custom_modules.hello_message (1.0.12) — module

A Hello Message Module

| "added in version" 2.10 of ginigangadharan.custom_modules"

Authors: Gineesh Madapparambath (@ginigangadharan)

Install collection

Install with ansible-galaxy collection install ginigangadharan.custom_modules:==1.0.12


Add to requirements.yml

  collections:
    - name: ginigangadharan.custom_modules
      version: 1.0.12

Description

A Hello Message Module

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Simple Custom Hello App
- name: Calling hello_message module
  hello_message:
    message: "Hello"
    name: "John"

Inputs

    
name:
    description:
    - The name of the person.
    required: false
    type: string

message:
    description:
    - The message to be printed.
    required: true
    type: string

Outputs

greeting:
  description: Hello Response
  returned: success
  sample: Hello World
  type: str
os_version:
  description: Operating System Information
  returned: success
  sample: Linux 4.18.0-305.el8.x86_64
  type: str