Go to file
Robert Kaussow b36693caf6
continuous-integration/drone/push Build is failing Details
fix molecule keypair name
2019-05-12 22:46:58 +02:00
defaults allow optionally dependency installation 2019-05-12 17:26:30 +02:00
handlers initial commit 2018-12-12 23:25:36 +01:00
meta fix indentation 2019-01-09 20:22:10 +01:00
molecule fix molecule keypair name 2019-05-12 22:46:58 +02:00
tasks allow optionally dependency installation 2019-05-12 17:26:30 +02:00
templates/etc allow cli options 2018-12-16 17:22:28 +01:00
.drone.jsonnet clone custom filter repo 2019-05-12 18:00:57 +02:00
.drone.yml clone custom filter repo 2019-05-12 18:00:57 +02:00
.gitignore initial commit 2018-12-12 23:25:36 +01:00
LICENSE initial commit 2018-12-12 23:25:36 +01:00
README.md fix variables 2019-01-13 23:33:41 +01:00

README.md

sit-lnx.docker-engine

Install docker engine. Currently only overlay2 as storage engine is supported.

Supported OS

  • RHEL7

Role Variables

---
dockerengine_package: docker
dockerengine_docker_group_enabled: False

dockerengine_secure_registries: []
dockerengine_insecure_registries: []
dockerengine_block_registries: []

# dockerengine_http_proxy: # defaults to not set
# dockerengine_https_proxy: # defaults to not set
# dockerengine_no_proxy: # defaults to not set

# dockerengine_storage_pvs: /dev/sdx # defaults to not set
dockerengine_storage_vg: vg_docker
dockerengine_storage_lv: lv_docker
dockerengine_storage_size: 100G
dockerengine_base_dir: /var/lib/docker

dockerengine_cli_options:
  - selinux-enabled
  - log-driver=journald
  - signature-verification=false

Examples

Playbook

---
- hosts: docker-engine

  roles:
    - sit-lnx.docker-engine

Dependencies

  • you need the wrap custom filter from

Maintainer

Robert Kaussow

License

This project is licensed under the MIT License - see the LICENSE file for details