32 lines
755 B
XML
32 lines
755 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
|
||
<creole>
|
||
|
||
<containers>
|
||
<container name='test' id='23'>
|
||
<host name='web_url' ip='web_url' comment='Serveur web sur l’IP eth0' />
|
||
</container>
|
||
</containers>
|
||
|
||
|
||
<variables>
|
||
<family name='général'>
|
||
<variable name='mode_conteneur_actif' type='oui/non' description="No change" hidden="True">
|
||
<value>oui</value>
|
||
</variable>
|
||
<variable name='web_url' type='domain' description="No change" hidden="True">
|
||
<value>toto.com</value>
|
||
</variable>
|
||
</family>
|
||
<separators/>
|
||
</variables>
|
||
|
||
<constraints>
|
||
</constraints>
|
||
|
||
<help/>
|
||
|
||
</creole>
|
||
<!-- vim: ts=4 sw=4 expandtab
|
||
-->
|