blob: 829c90f2b863601a3cd47b9f4de99e9b82768d62 (
plain) (
tree)
|
|
{% set guest = hostvars[item.name] %}
System hostname = {{ item.name }}
Network interfaces = vio0
IPv4 address for vio0 = {{ host.__ip.external }}
Using DNS domainname = {{ host.__domain_name }}
Using DNS nameservers = {{ __global_domain_name_servers | join (" ") }}
Password for root = {{ vmm_default_password }}
Public ssh key for root account = {{ vmm_default_ssh_key }}
Which disk is the root disk = sd0
Allow root ssh login = yes
What timezone are you in = {{ vmm_default_timezone }}
Unable to connect using https. Use http instead = {{ "yes" if vmm_default_fallback_http else "no" }}
Location of sets = http
HTTP Server = cdn.openbsd.org
Server = {{ ansible_default_ipv4.gateway }}
Set name(s) = -all bsd* base* comp* man*
|