chore(): small project improvements
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
# VM Setup
|
# VM Setup
|
||||||
|
|
||||||
```bash
|
See `just help`
|
||||||
ansible-galaxy collection install -r requirements.yaml
|
|
||||||
ansible-galaxy install -r requirements.yaml -p external_roles
|
|
||||||
```
|
|
||||||
|
|||||||
+1
-3
@@ -6,7 +6,6 @@ filter_plugins = plugins/filter
|
|||||||
callback_plugins = plugins/callback
|
callback_plugins = plugins/callback
|
||||||
|
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
allow_world_readable_tmpfiles = False
|
|
||||||
remote_tmp = ~/.ansible/tmp
|
remote_tmp = ~/.ansible/tmp
|
||||||
local_tmp = ~/.ansible/tmp
|
local_tmp = ~/.ansible/tmp
|
||||||
|
|
||||||
@@ -22,7 +21,6 @@ result_format = yaml
|
|||||||
bin_ansible_callbacks = True
|
bin_ansible_callbacks = True
|
||||||
display_skipped_hosts = False
|
display_skipped_hosts = False
|
||||||
deprecation_warnings = True
|
deprecation_warnings = True
|
||||||
command_warnings = False
|
|
||||||
|
|
||||||
interpreter_python = auto_silent
|
interpreter_python = auto_silent
|
||||||
|
|
||||||
@@ -35,7 +33,7 @@ ssh_args =
|
|||||||
-o ConnectTimeout=10
|
-o ConnectTimeout=10
|
||||||
-o TCPKeepAlive=yes
|
-o TCPKeepAlive=yes
|
||||||
-o UserKnownHostsFile=/dev/null
|
-o UserKnownHostsFile=/dev/null
|
||||||
-o StrictHostKeyChecking=no
|
-o StrictHostKeyChecking=accept-new
|
||||||
-o IdentitiesOnly=yes
|
-o IdentitiesOnly=yes
|
||||||
|
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
|||||||
Reference in New Issue
Block a user