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