Optimized locales and networks variable

This commit is contained in:
2025-02-03 14:56:12 +01:00
parent 30ccd30fa6
commit 83c84f6e86
14 changed files with 59 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
matrix_servers:
hosts:
{{inventory_hostname}}:
ansible_host: "{{ip4_address}}"
ansible_host: "{{{{networks.internet.ip4}}}}"
ansible_ssh_user: administrator
become: true
become_user: root