This commit is contained in:
gwen 2026-02-11 15:00:13 +01:00
parent 121ac6d68d
commit d9d85c18e5
2 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@ hostnames:
hosts:
type: domainname
default:
- variable: intranet.vps.domain_name
variable: intranet.vps.domain_name
vars:
all:
@ -17,5 +17,6 @@ hostnames:
ansible_user: root
ansible_ssh_private_key_file:
default:
- variable: intranet.vps.ssh_key
variable: intranet.vps.ssh_key
mandatory: false
...