ansible/roles/vm/templates/yaml_host.j2

27 lines
355 B
Plaintext
Raw Normal View History

2023-09-25 08:40:20 +00:00
version: "3.0"
# master: {{ vm_mastering }}
2023-09-26 16:09:27 +00:00
# edited: 2023-09-26
2023-09-25 08:40:20 +00:00
# updated: {{ ansible_date_time.date }}
#
# stack: x-host
#
services:
x-host:
2023-09-26 16:09:27 +00:00
extends:
file: ./{{ vm_template_vpn_name }}
service: x-vpn
2023-09-25 08:40:20 +00:00
dns:
- 1.1.1.1
- 8.8.8.8
- 1.0.0.1
- 8.8.4.4
extra_hosts:
{% include 'yaml_hosts_extra.j2' %}