From c086e68d5d5d69c6827303d52f7ed9afa1fd5476 Mon Sep 17 00:00:00 2001 From: ITQ Date: Thu, 19 Mar 2026 14:42:27 +0300 Subject: [PATCH] chore(): small project improvements --- README.md | 5 +---- ansible.cfg | 4 +--- justfile | 0 3 files changed, 2 insertions(+), 7 deletions(-) mode change 100644 => 100755 justfile diff --git a/README.md b/README.md index d90d148..9ea3d71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ # VM Setup -```bash -ansible-galaxy collection install -r requirements.yaml -ansible-galaxy install -r requirements.yaml -p external_roles -``` +See `just help` diff --git a/ansible.cfg b/ansible.cfg index 86b7047..7e1c921 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,7 +6,6 @@ filter_plugins = plugins/filter callback_plugins = plugins/callback host_key_checking = False -allow_world_readable_tmpfiles = False remote_tmp = ~/.ansible/tmp local_tmp = ~/.ansible/tmp @@ -22,7 +21,6 @@ result_format = yaml bin_ansible_callbacks = True display_skipped_hosts = False deprecation_warnings = True -command_warnings = False interpreter_python = auto_silent @@ -35,7 +33,7 @@ ssh_args = -o ConnectTimeout=10 -o TCPKeepAlive=yes -o UserKnownHostsFile=/dev/null - -o StrictHostKeyChecking=no + -o StrictHostKeyChecking=accept-new -o IdentitiesOnly=yes pipelining = True diff --git a/justfile b/justfile old mode 100644 new mode 100755