From 1fc721118181be2ba5fd93ad61e10db9fa5eb166 Mon Sep 17 00:00:00 2001 From: Thomas Szymanski Date: Mon, 9 Jan 2017 19:34:56 +0100 Subject: [PATCH] Add a config section for systemd-nspawn driver --- examples/ansible.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 291311ae2b8..b1761da6a39 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -301,6 +301,11 @@ # line to disable this behaviour. #pty=False +[nspawn_connection] + +# systemd nspawn arguments to use for systemd-nspawn command invocation +#nspawn_args = --link-journal=auto + [ssh_connection] # ssh arguments to use