mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-10 04:25:20 +02:00
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
8
roles/web-app-matrix-deprecated/templates/hosts.yml.j2
Normal file
8
roles/web-app-matrix-deprecated/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