mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
8 lines
232 B
Django/Jinja
8 lines
232 B
Django/Jinja
matrix_servers:
|
|
hosts:
|
|
{{inventory_hostname}}:
|
|
ansible_host: "{{ip4_address}}"
|
|
ansible_ssh_user: administrator
|
|
become: true
|
|
become_user: root
|
|
ansible_become_password: "{{ansible_become_password}}" |