community.general.atomic_image module – Manage the container images on the atomic host platform
Note
This module is part of the community.general collection (version 10.2.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.general
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: community.general.atomic_image
.
DEPRECATED
- Removed in:
version 13.0.0
- Why:
Project Atomic was sunset by the end of 2019.
- Alternative:
There is none.
Synopsis
Manage the container images on the atomic host platform.
Allows to execute the commands specified by the RUN label in the container image when present.
Requirements
The below requirements are needed on the host that executes this module.
atomic
Parameters
Parameter |
Comments |
---|---|
Define the backend where the image is pulled. Choices:
|
|
Name of the container image. |
|
Start or stop the container. Choices:
|
|
The state of the container image. The state Choices:
|
Attributes
Attribute |
Support |
Description |
---|---|---|
Support: none |
Can run in |
|
Support: none |
Will return details on what has changed (or possibly needs changing in |
Notes
Note
According to https://projectatomic.io/ the project has been sunset around 2019/2020, in favor of
podman
and Fedora CoreOS.
Examples
- name: Execute the run command on rsyslog container image (atomic run rhel7/rsyslog)
community.general.atomic_image:
name: rhel7/rsyslog
state: latest
- name: Pull busybox to the OSTree backend
community.general.atomic_image:
name: busybox
state: latest
backend: ostree
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The command standard output. Returned: always Sample: |
Status
This module will be removed in version 13.0.0. [deprecated]
For more information see DEPRECATED.