Renamed to matrix ansible

This commit is contained in:
2025-07-15 17:05:32 +02:00
parent 733356b4f7
commit 3c759cbb4c
9 changed files with 301 additions and 0 deletions

View File

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