This commit is contained in:
gwen 2026-02-11 11:40:00 +01:00
parent 497e8acc2d
commit 231b3679b6

View file

@ -9,11 +9,17 @@ hostnames:
hosts:
type: domainname
default:
- variable: intranet.vps_domain_name
- variable: intranet.vps.domain_name
vars:
all:
ansible_python_interpreter: /usr/bin/python3
ansible_user: root
ansible_ssh_private_key_file: ./host_vars/forge.gwhirlingai.fr.key
ansible_ssh_private_key_file:
type: unix_filename
params:
types:
- file
default:
- variable: intranet.vps.ssh_key
...