From 36ec6f1a3961abbbb41495dd4d141871f6675fea Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 20 Aug 2025 18:07:25 +0200 Subject: Add python role --- group_vars/all.yml | Bin 388 -> 443 bytes group_vars/all.yml.example | 5 +++++ 2 files changed, 5 insertions(+) (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index 37ec51d3..88aec57b 100644 Binary files a/group_vars/all.yml and b/group_vars/all.yml 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" -- cgit v1.2.3