atomic_image – Manage the container images on the atomic host platform¶
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
- python >= 2.6
Parameters¶
Examples¶
- name: Execute the run command on rsyslog container image (atomic run rhel7/rsyslog)
  atomic_image:
    name: rhel7/rsyslog
    state: latest
- name: Pull busybox to the OSTree backend
  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 | Returned | Description | 
|---|---|---|
| msg 
                  string
                                       | always | The command standard output Sample: [{"u'Using default tag": "latest ...'"}] | 
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Saravanan KR (@krsacme)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
