chore(): small project improvements
This commit is contained in:
@@ -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`
|
||||
|
||||
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user