dataset/seed/tls/dictionaries/26_tls.xml

58 lines
2.3 KiB
XML
Raw Normal View History

2023-02-14 14:24:16 +01:00
<?xml version="1.0" encoding="utf-8"?>
<rougail version="0.10">
<services>
2023-06-23 08:12:05 +02:00
<service name="tls" engine="none" target="multi-user">
2023-02-14 14:24:16 +01:00
<file engine="none" source="sysuser-tls.conf">/sysusers.d/tls.conf</file>
<file engine="none" source="tmpfile-tls.conf">/tmpfiles.d/0tls.conf</file>
2023-06-23 08:12:05 +02:00
<file engine="ansible">/etc/risotto/configuration.yml</file>
<file engine="ansible">/etc/risotto/certificates.yml</file>
2023-02-14 14:24:16 +01:00
</service>
<service name="tls" type="timer" engine="none" target="timers"/>
</services>
<variables>
<family name="network" description="Réseau">
<variable name="zones_list" mandatory="False" redefine="True"/>
<variable name="first_zone_name" hidden="True"/>
<variable name="outgoing_ports" redefine="True" mandatory="False"/>
<variable name="dns_client_address" redefine="True" mandatory="False"/>
2023-02-14 14:24:16 +01:00
</family>
<family name="revprox">
<variable name="revprox_client_server_domainname" redefine="True" mandatory="False"/>
<family name="revprox_client">
<variable name="revprox_client_external_domainnames" redefine="True" mandatory="False">
<value type="nil"/>
</variable>
<variable name="revprox_client_location" redefine="True">
<value>/.well-known/acme-challenge</value>
</variable>
<variable name="revprox_http" redefine="True">
<value>True</value>
</variable>
<variable name="revprox_client_web_address" redefine="True" mandatory="False"/>
2023-02-14 14:24:16 +01:00
</family>
<variable name="revprox_client_http" redefine='True'>
<value>True</value>
</variable>
<variable name="revprox_client_port" redefine='True'>
<value>8080</value>
</variable>
</family>
</variables>
<constraints>
<fill name="calc_value">
<param type="variable" optional="True">domain_name_eth0</param>
<param type="nil"/>
<param name="first" type="boolean">True</param>
<target>first_zone_name</target>
</fill>
<fill name="calc_value">
<param type="nil"/>
<param name="default">443</param>
<param name="condition" type="variable">first_zone_name</param>
<param name="expected" type="nil"/>
<param name="multi">True</param>
<target>outgoing_ports</target>
</fill>
</constraints>
2023-02-14 14:24:16 +01:00
</rougail>