2023-06-23 08:10:03 +02:00
|
|
|
address: {{ general.network.interface_0.ip_eth0 }}
|
|
|
|
{% for remote in accounts.remotes %}
|
|
|
|
{% set remote = remote|normalize_family %}
|
|
|
|
{% set account = accounts['remote_' + remote] %}
|
|
|
|
username: {{ account['username_' + remote] }}
|
|
|
|
password: {{ account['password_' + remote] }}
|
|
|
|
{% endfor %}
|