2023-12-21 17:32:54 +01:00
|
|
|
matrix_servers:
|
|
|
|
hosts:
|
|
|
|
{{inventory_hostname}}:
|
|
|
|
ansible_host: "{{ip4_address}}"
|
|
|
|
ansible_ssh_user: administrator
|
|
|
|
become: true
|
|
|
|
become_user: root
|
2023-12-21 19:50:19 +01:00
|
|
|
ansible_become_password: "{{ansible_become_password}}"
|