Note
This module is part of the community.general collection (version 10.7.3).
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.
version 13.0.0
Project Atomic was sunset by the end of 2019.
There is none.
The below requirements are needed on the host that executes this module.
Parameter | Comments |
|---|---|
backend string | Define the backend where the image is pulled. Choices:
|
name string / required | Name of the container image. |
started boolean | Start or stop the container. Choices:
|
state string | The state of the container image. The state Choices:
|
Attribute | Support | Description |
|---|---|---|
check_mode | Support: none | Can run in |
diff_mode | Support: none | Will return details on what has changed (or possibly needs changing in |
Note
podman and Fedora CoreOS.- 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
Common return values are documented here, the following are the fields unique to this module:
Key | Description |
|---|---|
msg string | The command standard output. Returned: always Sample: |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/community/general/atomic_image_module.html