diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 662d3a5..f67b369 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -5,3 +5,6 @@ interpreter_python = /usr/bin/python3
 remote_user = ubuntu
 private_key_file = ~/.ssh/id_ed25519
 host_key_checking = False
+
+callback_format_pretty = true
+callback_result_format = yaml
diff --git a/terraform/.mise.toml b/mise.toml
similarity index 88%
rename from terraform/.mise.toml
rename to mise.toml
index cd5ea35..6729cfb 100644
--- a/terraform/.mise.toml
+++ b/mise.toml
@@ -1,3 +1,10 @@
+[tools]
+python = "3.13"
+
+[env._.python.venv]
+path = "venv"
+create = true
+
 [[hooks.enter]]
 shell = "fish"
 script = """