dataset/seed/dns-local/dictionaries/13_dns-local.xml

25 lines
905 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<rougail version="0.10">
<services>
<service name="dns-local" manage="False">
2023-06-23 08:12:05 +02:00
<file engine="ansible" filelist="copy_tests">/tests/dns-local.yml</file>
</service>
</services>
<variables>
<family name="network">
<variable name="dns_is_only_local" type="boolean" description="DNS resolve only local address" hidden="True">
<value>True</value>
</variable>
2023-07-31 15:30:32 +02:00
<variable name="dns_client_address" type="domainname" supplier="LocalDNS" hidden="True" mandatory="True"/>
<variable name="ip_dns" type="ip" description="Adresse IP du serveur DNS" hidden="True"/>
</family>
</variables>
<constraints>
2022-08-18 10:19:43 +02:00
<fill name="get_ip">
2022-12-25 17:08:52 +01:00
<param type="information">zones</param>
2022-08-18 10:19:43 +02:00
<param name="server_name" type="variable">dns_client_address</param>
<target>ip_dns</target>
</fill>
</constraints>
</rougail>