mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-28 23:43:11 +00:00
Solved wildcard certificate for non-wildcard domains and network variable bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
matrix_servers:
|
||||
hosts:
|
||||
{{inventory_hostname}}:
|
||||
ansible_host: "{{{{networks.internet.ip4}}}}"
|
||||
ansible_host: "{{networks.internet.ip4}}"
|
||||
ansible_ssh_user: administrator
|
||||
become: true
|
||||
become_user: root
|
||||
|
||||
Reference in New Issue
Block a user