summaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml.example
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-20 18:07:25 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-20 18:24:29 +0200
commit36ec6f1a3961abbbb41495dd4d141871f6675fea (patch)
treebf4d1c529cfac9ed9cfe267267d065b0a6506512 /group_vars/all.yml.example
parentb2eacfc041b548ec31422e2e902eaa227985c3c3 (diff)
Add python role
Diffstat (limited to 'group_vars/all.yml.example')
-rw-r--r--group_vars/all.yml.example5
1 files changed, 5 insertions, 0 deletions
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"