ansible.builtin.atomic_host (v2.9.27) — 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.9.27

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.
- name: 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.
- name: 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.

Outputs

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