https://github.com/hellofresh/ansible-dockerhost
Create and manage docker hosts
https://github.com/hellofresh/ansible-dockerhost
open-source wiz-reliability-platform-cloud-runtime
Last synced: 3 months ago
JSON representation
Create and manage docker hosts
- Host: GitHub
- URL: https://github.com/hellofresh/ansible-dockerhost
- Owner: hellofresh
- License: mit
- Created: 2016-03-04T07:51:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-10-07T04:53:38.000Z (7 months ago)
- Last Synced: 2025-12-01T06:49:41.503Z (5 months ago)
- Topics: open-source, wiz-reliability-platform-cloud-runtime
- Language: Jinja
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 230
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-dockerhost
===============
An ansible role that installs docker host on ubuntu
### Role Variables
```yaml
dockerhost_group : "docker"
docker_compose_version : "1.29.1"
docker_compose_dir : "/opt/docker_compose"
docker_compose_install : True
dockerhost_daemon_config : {}
dockerhost_install_cadvisor : True
dockerhost_cadvisor_version : "v0.37.5"
dockerhost_cadvisor_config_flags : {}
dockerhost_cadvisor_config_docker_endpoint : unix:///run/docker.sock
dockerhost_cadvisor_config_listen_port : 8100
dockerhost_cadvisor_config_listen_interface : 0.0.0.0
```
## License
MIT
### Contributors
* [Adham Helal](https://github.com/ahelal)