ansible.builtin.atomic_host (v2.4.6.0-1) — module

Manage the atomic host platform

| "added in version" 2.2 of ansible.builtin"

Authors: Saravanan KR @krsacme

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.4.6.0.post1

Description

Manage the atomic host platform

Rebooting of Atomic host platform should be done outside this module


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.

# Upgrade the atomic host platform to the latest version (atomic host upgrade)
- atomic_host:
    revision: latest
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Deploy a specific revision as the atomic host (atomic host deploy 23.130)
- atomic_host:
    revision: 23.130

Inputs

    
revision:
    aliases:
    - version
    default: latest
    description:
    - The version number of the atomic host to be deployed. Providing C(latest) will upgrade
      to the latest available version.
    required: false

Outputs

msg:
  description: The command standard output
  returned: always
  sample: Already on latest
  type: string