2022-03-08 19:42:28 +01:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<rougail version="0.10">
|
|
|
|
<variables>
|
2022-08-18 10:19:43 +02:00
|
|
|
<variable name="remote" description="Remote Redis client needing an account" type="domainname" provider="Redis" mandatory="True"/>
|
|
|
|
<variable name="remote_ip" description="Remote IP" type="ip" mandatory="True"/>
|
|
|
|
<variable name="password" auto_save="False" hidden="True" type="password" mandatory="True" provider="Redis:password"/>
|
2022-03-08 19:42:28 +01:00
|
|
|
</variables>
|
|
|
|
<constraints>
|
2022-08-18 10:19:43 +02:00
|
|
|
<fill name="get_ip">
|
|
|
|
<param type="variable">account.remote</param>
|
|
|
|
<target>account.remote_ip</target>
|
2022-03-08 19:42:28 +01:00
|
|
|
</fill>
|
|
|
|
</constraints>
|
|
|
|
</rougail>
|
|
|
|
|