Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-with/ansible-role-docker-container
https://github.com/l-with/ansible-role-docker-container
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/l-with/ansible-role-docker-container
- Owner: l-with
- License: mit
- Created: 2023-05-06T15:23:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T12:42:44.000Z (5 months ago)
- Last Synced: 2024-06-24T10:23:09.927Z (5 months ago)
- Language: Jinja
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role Docker Container
Install a docker container
## Role Variables
| group | variable | default | description |
| --- | --- | --- | --- |
| basic | `docker_container_name` | | the value for `--name` |
| basic | `docker_container_image` | | the `IMAGE` for `docker run` |
| basis | `docker_container_ports` | | the value for `--publish` |
| basic | `docker_container_command` | | the `COMMAND` for `docker run`|
| basic | `docker_container_restart_policy` | | the value for `--restart` |
| basic | `docker_container_env` | `[]` | the values for `--env` |