summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Szymanski <develop@tszymanski.com>2017-01-09 19:34:56 +0100
committerBrian Coca <bcoca@users.noreply.github.com>2017-02-17 12:39:48 -0500
commit1fc721118181be2ba5fd93ad61e10db9fa5eb166 (patch)
tree1b3a6bc103d97dabd92d3b173040531915c42afb /examples
parent3597ca082bc37558688662e70a36df0a696f6ffd (diff)
downloadansible-1fc721118181be2ba5fd93ad61e10db9fa5eb166.tar.gz
Add a config section for systemd-nspawn driver
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 291311ae2b..b1761da6a3 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