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: hosts:
type: domainname type: domainname
default: default:
- variable: intranet.vps.domain_name variable: intranet.vps.domain_name
vars: vars:
all: all:
@ -17,5 +17,6 @@ hostnames:
ansible_user: root ansible_user: root
ansible_ssh_private_key_file: ansible_ssh_private_key_file:
default: default:
- variable: intranet.vps.ssh_key variable: intranet.vps.ssh_key
mandatory: false
... ...