On this page
atomic_container - Manage the containers on the atomic host platform
New in version 2.4.
Synopsis
- Manage the containers on the atomic host platform
- Allows to manage the lifecycle of a container on the atomic host platform
Requirements
The below requirements are needed on the host that executes this module.
- atomic
- python >= 2.6
Parameters
Parameter | Choices/Defaults | Comments |
---|---|---|
backend
required
|
None
|
Define the backend to use for the container
|
image
required
|
Default:
None
|
The image to use to install the container
|
mode
required
|
None
|
Define if it is an user or a system container
|
name
required
|
Default:
None
|
Name of the container
|
rootfs | Default:
None
|
Define the rootfs of the image
|
state
required
|
|
State of the container
|
values | Default:
None
|
Values for the installation of the container. This option is permitted only with mode 'user' or 'system'. The values specified here will be used at installation time as --set arguments for atomic install.
|
Notes
Note
- Host should support
atomic
command
Examples
# Install the etcd system container
- atomic_container:
name: etcd
image: rhel/etcd
backend: ostree
state: latest
system: True
values:
- ETCD_NAME=etcd.server
# Uninstall the etcd system container
- atomic_container:
name: etcd
image: rhel/etcd
backend: ostree
state: absent
system: True
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 flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Author
- Giuseppe Scrivano (@giuseppe)
Hint
If you notice any issues in this documentation you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.5/modules/atomic_container_module.html