mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 18:57:12 +02:00
Renamed to matrix ansible
This commit is contained in:
8
roles/web-app-matrix-ansible/templates/hosts.yml.j2
Normal file
8
roles/web-app-matrix-ansible/templates/hosts.yml.j2
Normal 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}}"
|
Reference in New Issue
Block a user