dataset-formation/seed/forgejo-formation/dictionaries/32_forgejo.xml

25 lines
999 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<variables>
<family name="network">
<variable name="incoming_ports" redefine="True">
<value>3333</value>
</variable>
</family>
<family name="forgejo">
<variable name="forgejo_user" type="unix_user" description="Utilisateur de type admin" mandatory="True"/>
<variable name="forgejo_email" type="mail" description="Courriel de l'admin" mandatory="True"/>
<variable name="forgejo_password" type="password" hidden="True" mandatory="True"/>
</family>
</variables>
<constraints>
<fill name="get_password">
<param name="server_name" type="variable">domain_name_eth0</param>
<param name="username" type="variable">forgejo_user</param>
<param name="description">forgejo</param>
<param name="type">cleartext</param>
<param name="hide" type="variable">hide_secret</param>
<target>forgejo_password</target>
</fill>
</constraints>
</rougail>