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