summaryrefslogtreecommitdiffstats
path: root/group_vars
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars')
-rw-r--r--group_vars/all.ymlbin388 -> 443 bytes
-rw-r--r--group_vars/all.yml.example5
2 files changed, 5 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index 37ec51d3..88aec57b 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
Binary files differ
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example
index 504c9ba3..f7802c0d 100644
--- a/group_vars/all.yml.example
+++ b/group_vars/all.yml.example
@@ -28,3 +28,8 @@ password_policy_minclass: 4
password_policy_maxrepeat: 3
password_policy_maxclassrepeat: 0
password_policy_gecoscheck: 0
+
+python_global_version: "system"
+python_versions:
+ - "3.11"
+ - "3.13"