dataset/seed/mariadb/dictionaries/20_mariadb.xml

29 lines
1.1 KiB
XML
Raw Normal View History

2022-03-08 19:42:28 +01:00
<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.10">
<services>
<service name="mariadb" target="multi-user">
<override/>
<file>/etc/my.cnf.d/risotto.cnf</file>
<file engine="none" source="tmpfile-mariadb.conf">/tmpfiles.d/0mariadb.conf</file>
<file mode="600" owner="mysql" group="mysql">/etc/mariadb.sql</file>
2022-12-25 17:08:52 +01:00
<file>/tests/mariadb.yml</file>
2022-03-08 19:42:28 +01:00
</service>
</services>
<variables>
<family name="mariadb" description="MariaDB" help="Paramétrage du serveur de gestion de bases de données MariaDB">
<variable name="mariadb_root_password" type="password" hidden="True"/>
</family>
</variables>
<constraints>
<fill name="get_password">
<param name="server_name" type="variable">domain_name_eth0</param>
<param name="username">root_password</param>
<param name="description">mariadb</param>
<param name="type">cleartext</param>
2022-06-24 19:00:16 +02:00
<param name="hide" type="variable">hide_secret</param>
2022-03-08 19:42:28 +01:00
<param name="length" type="number">50</param>
<target>mariadb_root_password</target>
</fill>
</constraints>
</rougail>