ginigangadharan.collection_demo.hello_message (0.0.1) — module

A Hello Message Module

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

Authors: Gineesh Madapparambath (@ginigangadharan)

Install collection

Install with ansible-galaxy collection install ginigangadharan.collection_demo:==0.0.1


Add to requirements.yml

  collections:
    - name: ginigangadharan.collection_demo
      version: 0.0.1

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