From 88797891484c7656a7ab47e92fd4ebec85811331 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sat, 25 May 2019 13:01:21 +0100 Subject: [PATCH] Ensure server connections over SSH work --- .ansible.cfg | 3 +++ .ansible/{site.yaml => server.yaml} | 0 2 files changed, 3 insertions(+) rename .ansible/{site.yaml => server.yaml} (100%) diff --git a/.ansible.cfg b/.ansible.cfg index c78fb78..402eb9a 100644 --- a/.ansible.cfg +++ b/.ansible.cfg @@ -1,3 +1,6 @@ [defaults] inventory = ~/.ansible/inventory.yaml log_path = ~/.ansible/tmp/output.log + +[ssh_connection] +ssh_args = -o RemoteCommand=none diff --git a/.ansible/site.yaml b/.ansible/server.yaml similarity index 100% rename from .ansible/site.yaml rename to .ansible/server.yaml