<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
  <variables>
    <variable name="remote" description="Remote client needing an account" type="domainname" provider="redis_client" mandatory="True"/>
    <variable name="remote_ip" description="Remote IP" type="ip" provider="redis_client_ip" mandatory="True"/>
    <variable name="password" auto_save="True" hidden="True" type="password" mandatory="True" provider="redis_client_password"/>
  </variables>
  <constraints>
    <fill name="get_password">
      <param name="server_name" type="variable">domain_name_eth0</param>
      <param name="username" type="variable">account.remote</param>
      <param name="description">redis</param>
      <param name="type">cleartext</param>
      <target>account.password</target>
    </fill>
  </constraints>
</rougail>