Main target is now Debian 13 instead of Ubuntu 24.04
This commit is contained in:
@@ -2,6 +2,25 @@ linux:
|
||||
vars:
|
||||
ansible_user: "root"
|
||||
|
||||
debian13:
|
||||
hosts:
|
||||
bdd1:
|
||||
nfs1:
|
||||
waf1:
|
||||
# waf2:
|
||||
# waf3:
|
||||
www1:
|
||||
www2:
|
||||
www3:
|
||||
# www4:
|
||||
# www5:
|
||||
vars:
|
||||
ansible_python_interpreter: "/usr/bin/python3.13"
|
||||
|
||||
ubuntu2204lts:
|
||||
vars:
|
||||
ansible_python_interpreter: "/usr/bin/python3.10"
|
||||
|
||||
ubuntu2404lts:
|
||||
vars:
|
||||
ansible_python_interpreter: "/usr/bin/python3.12"
|
||||
|
||||
Reference in New Issue
Block a user