From d379b70a7726fb0f23ff3e0d9fee530e79adbdba Mon Sep 17 00:00:00 2001 From: Marica Antonacci Date: Tue, 23 Oct 2018 13:51:09 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b130bfb..eb121a6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Role Variables - `docker_dns_search` (list, optional): sets the domain names that are searched - `docker_regitry_mirror`( optional): URL of the registry mirror to be configured - `docker_storage_driver` (optional): Storage driver to use +- `docker_log_driver` (optional): Log driver to use. Default: 'json-file' +- `docker_logs_opts` (optional): Log driver options. Default: { 'max-file': '3', 'max-size': '100m' } Example Playbook ----------------