Go to file
Robert Kaussow 27c4889300
continuous-integration/drone/push Build is failing Details
refactor ci pipeline
2019-10-16 22:00:10 +02:00
defaults refactor ci pipeline 2019-10-16 22:00:10 +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 refactor ci pipeline 2019-10-16 22:00:10 +02:00
tasks remove old loop syntax 2019-08-27 22:02:33 +02:00
templates/etc fix ansible_managed handling 2019-08-27 22:02:41 +02:00
.ansibledoctor refactor ci pipeline 2019-10-16 22:00:10 +02:00
.drone.jsonnet refactor ci pipeline 2019-10-16 22:00:10 +02:00
.drone.yml refactor ci pipeline 2019-10-16 22:00:10 +02:00
.gitignore [SKIP CI] remove pyc files 2019-05-26 17:59:09 +02:00
HEADER.md refactor ci pipeline 2019-10-16 22:00:10 +02: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