--- gitea: none include_toc: true --- [🇬🇧 (EN)](README.md) - [🇫🇷 (FR)](README.fr.md) | Variable | Description | Valeur par défaut | Type | Contrôle des accès | Validateur | |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------| | **default_structural_format_version**
**Ligne de commande** : -v, --default_structural_format_version
**Variable d'environnement** : DEFAULT_STRUCTURAL_FORMAT_VERSION | Version par défaut du format des fichiers de structure.
Cette valeur n'est utilisée que si la version n'est pas définie dans le fichier de structure. | | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | **Choix** :
• 1.0
• 1.1
• null | | **functions_files**
**Ligne de commande** : -c, --functions_files
**Variable d'environnement** : FUNCTIONS_FILES | Fichier avec les fonctions.
Ce fichier contient des filtres et des fonctions Jinja2 supplémentaires utilisables dans les fichiers de structure. | | [`UNIX filename`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `standard` | `unique`
• le nom de fichier peut ĂŞtre une chemin relatif
• le fichier doit exister
• type de fichier autorisĂ©: "file". | | **modes_level**
**Ligne de commande** : --modes_level
**Variable d'environnement** : MODES_LEVEL | Tous les niveaux de modes valides. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `standard` | `unique` | | **default_family_mode**
**Variable d'environnement** : DEFAULT_FAMILY_MODE | Mode par défaut pour une famille. | le premier défini dans "[Tous les niveaux de modes valides](#modes_level)" | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | Ce mode doit être disponible dans "[Tous les niveaux de modes valides](#modes_level)". | | **default_variable_mode**
**Variable d'environnement** : DEFAULT_VARIABLE_MODE | Mode par défaut pour une variable. | si la variable "[Tous les niveaux de modes valides](#modes_level)" est définit, la valeur par défaut est le second élément disponible, sinon, le premier | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | Ce mode doit être disponible dans "[Tous les niveaux de modes valides](#modes_level)". | | **base_option_name**
**Variable d'environnement** : BASE_OPTION_NAME | Nom de l'option pour l'option de base. | baseoption | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **export_with_import**
**Variable d'environnement** : EXPORT_WITH_IMPORT | Dans le fichier de cache, ne pas importer Tiramisu et autres dépendances. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **tiramisu_cache**
**Ligne de commande** : -t, --tiramisu_cache
**Variable d'environnement** : TIRAMISU_CACHE | Store Tiramisu cache filename.
Ce fichier contient les instructions Tiramisu utilisé en interne pour charger les variables.
Ce fichier peut ĂŞtre utilisĂ© pour le dĂ©bogage. | | [`UNIX filename`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | • le nom de fichier peut ĂŞtre une chemin relatif
• type de fichier autorisĂ©: "file". | | **internal_functions**
**Variable d'environnement** : INTERNAL_FUNCTIONS | Nom des fonctions internes qu'il est possible d'utiliser comme fonction. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `standard` | | | **extra_annotators**
**Variable d'environnement** : EXTRA_ANNOTATORS | Nom des annotators supplémentaires. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `standard` | | | **suffix**
**Variable d'environnement** : SUFFIX | Suffix ajouté pour généré le nom des options. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **force_optional**
**Ligne de commande** :
• --force_optional
• --no-force_optional
**Variable d'environnement** : FORCE_OPTIONAL | Toutes les variables dans un calcul sont optionnelles. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | `standard` | | | **load_unexist_redefine**
**Variable d'environnement** : LOAD_UNEXIST_REDEFINE | Charger les variables redéfinis même si elles n'existe pas. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | ## Le gestionnaire de secret > [!NOTE] > > **Chemin** : secret_manager\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|--------------------------------------------------------------------------------------------------|----------------------| | **secret_manager.pattern**
**Ligne de commande** : --secret_manager.pattern
**Variable d'environnement** : SECRET_MANAGER.PATTERN | Le modèle de secret permettant de construire le nom de l'élément recherché dans le gestionnaire de secrets.
Le modèle est au format Jinja2. | {{ project }} - {{ environment }} - {{ service }} - {{ user }} | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | `standard` | ## Load and exporter steps > [!NOTE] > > **Chemin** : step\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | Validateur | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|---------------------|--------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **step.structural**
**Variable d'environnement** : STEP.STRUCTURAL | SĂ©lection pour structure. | • directory | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `standard` | **Choix** :
• directory
• string
• commandline
• risotto
• bitwarden | | **step.user_data**
**Ligne de commande** : -u, --step.user_data
**Variable d'environnement** : STEP.USER_DATA | Sélection pour données utilisateur. | | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `standard` *`désactivé`*
**Désactivé** : _('cannot load user data for doc output') | `unique`
**Choix** :
• yaml
• environment
• commandline
• ansible
• questionary
• risotto
• bitwarden | | **step.output**
**Ligne de commande** : -o, --step.output
**Variable d'environnement** : STEP.OUTPUT | Sélection pour sortie. | display | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | `standard` | **Choix** :
• display
• json
• doc
• table
• ansible | | Variable | Description | Valeur par dĂ©faut | Type | ContrĂ´le des accès | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------|----------------------| | **define_default_params**
**Ligne de commande** :
• --define_default_params
• --no-define_default_params
**Variable d'environnement** : DEFINE_DEFAULT_PARAMS | Sur charger les paramètre par défaut pour le type d'option. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | `standard` | ## Paramètre par défaut pour le type d'option > [!NOTE] > > **Chemin** : default_params\ > `standard` *`désactivé`*\ > **Désactivé** : lorsque la variable "[Sur charger les paramètre par défaut pour le type d'option](#define_default_params)" a la valeur "false" ### UNIX filename > [!NOTE] > > **Chemin** : default_params.unix_filename\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | Validateur | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|----------------------------------|-----------------------------------------------------------------------------------------------|----------------------|----------------------------------------------------------------| | **default_params.unix_filename.allow_relative**
**Ligne de commande** :
• --default_params.unix_filename.allow_relative
• --default_params.unix_filename.no-allow_relative
**Variable d'environnement** : DEFAULT_PARAMS.UNIX_FILENAME.ALLOW_RELATIVE | Le nom de fichier peut ĂŞtre une chemin relatif. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.unix_filename.test_existence**
**Ligne de commande** :
• --default_params.unix_filename.test_existence
• --default_params.unix_filename.no-test_existence
**Variable d'environnement** : DEFAULT_PARAMS.UNIX_FILENAME.TEST_EXISTENCE | Le fichier doit exister. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.unix_filename.types**
**Ligne de commande** : --default_params.unix_filename.types
**Variable d'environnement** : DEFAULT_PARAMS.UNIX_FILENAME.TYPES | Type de fichier autorisĂ©. | • file
• directory | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `standard` | `unique`
**Choix** :
• file
• directory | ### IP > [!NOTE] > > **Chemin** : default_params.ip\ > `standard` | Variable | Description | Valeur par dĂ©faut | Type | ContrĂ´le des accès | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|---------------------|-------------------------------------------------------------------------------------|----------------------| | **default_params.ip.private_only**
**Ligne de commande** :
• --default_params.ip.private_only
• --default_params.ip.no-private_only
**Variable d'environnement** : DEFAULT_PARAMS.IP.PRIVATE_ONLY | Les IP privées sont autorisées. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.ip.allow_reserved**
**Ligne de commande** :
• --default_params.ip.allow_reserved
• --default_params.ip.no-allow_reserved
**Variable d'environnement** : DEFAULT_PARAMS.IP.ALLOW_RESERVED | Les IP réservées sont autorisés. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.ip.cidr**
**Ligne de commande** :
• --default_params.ip.cidr
• --default_params.ip.no-cidr
**Variable d'environnement** : DEFAULT_PARAMS.IP.CIDR | L'IP doit être au format CIDR. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | ### CIDR > [!NOTE] > > **Chemin** : default_params.cidr\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|---------------------|-------------------------------------------------------------------------------------|----------------------| | **default_params.cidr.private_only**
**Ligne de commande** :
• --default_params.cidr.private_only
• --default_params.cidr.no-private_only
**Variable d'environnement** : DEFAULT_PARAMS.CIDR.PRIVATE_ONLY | Les IP privées sont autorisées. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.cidr.allow_reserved**
**Ligne de commande** :
• --default_params.cidr.allow_reserved
• --default_params.cidr.no-allow_reserved
**Variable d'environnement** : DEFAULT_PARAMS.CIDR.ALLOW_RESERVED | Les IP réservées sont autorisés. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.cidr.cidr**
**Ligne de commande** :
• --default_params.cidr.cidr
• --default_params.cidr.no-cidr
**Variable d'environnement** : DEFAULT_PARAMS.CIDR.CIDR | L'IP doit être au format CIDR. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | ### Network > [!NOTE] > > **Chemin** : default_params.network\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------|---------------------|-------------------------------------------------------------------------------------|----------------------| | **default_params.network.private_only**
**Ligne de commande** :
• --default_params.network.private_only
• --default_params.network.no-private_only
**Variable d'environnement** : DEFAULT_PARAMS.NETWORK.PRIVATE_ONLY | Les réseaux privés sont autorisés. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.network.allow_reserved**
**Ligne de commande** :
• --default_params.network.allow_reserved
• --default_params.network.no-allow_reserved
**Variable d'environnement** : DEFAULT_PARAMS.NETWORK.ALLOW_RESERVED | Les réseaux réservés sont autorisés. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.network.cidr**
**Ligne de commande** :
• --default_params.network.cidr
• --default_params.network.no-cidr
**Variable d'environnement** : DEFAULT_PARAMS.NETWORK.CIDR | Le réseau doit être au format CIDR. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | ### Network CIDR > [!NOTE] > > **Chemin** : default_params.network_cidr\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------|---------------------|-------------------------------------------------------------------------------------|----------------------| | **default_params.network_cidr.private_only**
**Ligne de commande** :
• --default_params.network_cidr.private_only
• --default_params.network_cidr.no-private_only
**Variable d'environnement** : DEFAULT_PARAMS.NETWORK_CIDR.PRIVATE_ONLY | Les réseaux privés sont autorisés. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.network_cidr.allow_reserved**
**Ligne de commande** :
• --default_params.network_cidr.allow_reserved
• --default_params.network_cidr.no-allow_reserved
**Variable d'environnement** : DEFAULT_PARAMS.NETWORK_CIDR.ALLOW_RESERVED | Les réseaux réservés sont autorisés. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.network_cidr.cidr**
**Ligne de commande** :
• --default_params.network_cidr.cidr
• --default_params.network_cidr.no-cidr
**Variable d'environnement** : DEFAULT_PARAMS.NETWORK_CIDR.CIDR | Le réseau doit être au format CIDR. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | ### Netbios > [!NOTE] > > **Chemin** : default_params.netbios\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | Validateur | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|---------------------|-------------------------------------------------------------------------------------|----------------------|-------------------------------------------------------------------------------------------| | **default_params.netbios.type**
**Ligne de commande** : --default_params.netbios.type
**Variable d'environnement** : DEFAULT_PARAMS.NETBIOS.TYPE | Type de nom de domaine. | netbios | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | **Choix** :
• domainname
• netbios
• hostname
• null | | **default_params.netbios.allow_without_dot**
**Ligne de commande** :
• --default_params.netbios.allow_without_dot
• --default_params.netbios.no-allow_without_dot
**Variable d'environnement** : DEFAULT_PARAMS.NETBIOS.ALLOW_WITHOUT_DOT | Le nom de domaine peut ĂŞtre un nom d'hĂ´te. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.netbios.test_existence**
**Ligne de commande** :
• --default_params.netbios.test_existence
• --default_params.netbios.no-test_existence
**Variable d'environnement** : DEFAULT_PARAMS.NETBIOS.TEST_EXISTENCE | Le nom de domaine doit exister. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.netbios.allow_ip**
**Ligne de commande** :
• --default_params.netbios.allow_ip
• --default_params.netbios.no-allow_ip
**Variable d'environnement** : DEFAULT_PARAMS.NETBIOS.ALLOW_IP | Le nom de domaine peut ĂŞtre une IP. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.netbios.allow_cidr_network**
**Ligne de commande** :
• --default_params.netbios.allow_cidr_network
• --default_params.netbios.no-allow_cidr_network
**Variable d'environnement** : DEFAULT_PARAMS.NETBIOS.ALLOW_CIDR_NETWORK | Le nom de domaine peut être un réseau au format CIDR. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.netbios.allow_startswith_dot**
**Ligne de commande** :
• --default_params.netbios.allow_startswith_dot
• --default_params.netbios.no-allow_startswith_dot
**Variable d'environnement** : DEFAULT_PARAMS.NETBIOS.ALLOW_STARTSWITH_DOT | Le nom de domaine peut démarré par un point. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | ### Domainname > [!NOTE] > > **Chemin** : default_params.domainname\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | Validateur | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|---------------------|-------------------------------------------------------------------------------------|----------------------|-------------------------------------------------------------------------------------------| | **default_params.domainname.type**
**Ligne de commande** : --default_params.domainname.type
**Variable d'environnement** : DEFAULT_PARAMS.DOMAINNAME.TYPE | Type de nom de domaine. | domainname | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | **Choix** :
• domainname
• netbios
• hostname
• null | | **default_params.domainname.allow_without_dot**
**Ligne de commande** :
• --default_params.domainname.allow_without_dot
• --default_params.domainname.no-allow_without_dot
**Variable d'environnement** : DEFAULT_PARAMS.DOMAINNAME.ALLOW_WITHOUT_DOT | Le nom de domaine peut ĂŞtre un nom d'hĂ´te. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.domainname.test_existence**
**Ligne de commande** :
• --default_params.domainname.test_existence
• --default_params.domainname.no-test_existence
**Variable d'environnement** : DEFAULT_PARAMS.DOMAINNAME.TEST_EXISTENCE | Le nom de domaine doit exister. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.domainname.allow_ip**
**Ligne de commande** :
• --default_params.domainname.allow_ip
• --default_params.domainname.no-allow_ip
**Variable d'environnement** : DEFAULT_PARAMS.DOMAINNAME.ALLOW_IP | Le nom de domaine peut ĂŞtre une IP. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.domainname.allow_cidr_network**
**Ligne de commande** :
• --default_params.domainname.allow_cidr_network
• --default_params.domainname.no-allow_cidr_network
**Variable d'environnement** : DEFAULT_PARAMS.DOMAINNAME.ALLOW_CIDR_NETWORK | Le nom de domaine peut être un réseau au format CIDR. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.domainname.allow_startswith_dot**
**Ligne de commande** :
• --default_params.domainname.allow_startswith_dot
• --default_params.domainname.no-allow_startswith_dot
**Variable d'environnement** : DEFAULT_PARAMS.DOMAINNAME.ALLOW_STARTSWITH_DOT | Le nom de domaine peut démarré par un point. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | ### Hostname > [!NOTE] > > **Chemin** : default_params.hostname\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | Validateur | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|---------------------|-------------------------------------------------------------------------------------|----------------------|-------------------------------------------------------------------------------------------| | **default_params.hostname.type**
**Ligne de commande** : --default_params.hostname.type
**Variable d'environnement** : DEFAULT_PARAMS.HOSTNAME.TYPE | Type de nom de domaine. | hostname | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | **Choix** :
• domainname
• netbios
• hostname
• null | | **default_params.hostname.allow_without_dot**
**Ligne de commande** :
• --default_params.hostname.allow_without_dot
• --default_params.hostname.no-allow_without_dot
**Variable d'environnement** : DEFAULT_PARAMS.HOSTNAME.ALLOW_WITHOUT_DOT | Le nom de domaine peut ĂŞtre un nom d'hĂ´te. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.hostname.test_existence**
**Ligne de commande** :
• --default_params.hostname.test_existence
• --default_params.hostname.no-test_existence
**Variable d'environnement** : DEFAULT_PARAMS.HOSTNAME.TEST_EXISTENCE | Le nom de domaine doit exister. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.hostname.allow_ip**
**Ligne de commande** :
• --default_params.hostname.allow_ip
• --default_params.hostname.no-allow_ip
**Variable d'environnement** : DEFAULT_PARAMS.HOSTNAME.ALLOW_IP | Le nom de domaine peut ĂŞtre une IP. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.hostname.allow_cidr_network**
**Ligne de commande** :
• --default_params.hostname.allow_cidr_network
• --default_params.hostname.no-allow_cidr_network
**Variable d'environnement** : DEFAULT_PARAMS.HOSTNAME.ALLOW_CIDR_NETWORK | Le nom de domaine peut être un réseau au format CIDR. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.hostname.allow_startswith_dot**
**Ligne de commande** :
• --default_params.hostname.allow_startswith_dot
• --default_params.hostname.no-allow_startswith_dot
**Variable d'environnement** : DEFAULT_PARAMS.HOSTNAME.ALLOW_STARTSWITH_DOT | Le nom de domaine peut démarré par un point. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | ### Web address > [!NOTE] > > **Chemin** : default_params.web_address\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | Validateur | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|---------------------|-------------------------------------------------------------------------------------|----------------------|-------------------------------------------------------------------------------------------| | **default_params.web_address.type**
**Ligne de commande** : --default_params.web_address.type
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.TYPE | Type de nom de domaine. | domainname | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | **Choix** :
• domainname
• netbios
• hostname
• null | | **default_params.web_address.allow_without_dot**
**Ligne de commande** :
• --default_params.web_address.allow_without_dot
• --default_params.web_address.no-allow_without_dot
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_WITHOUT_DOT | Le nom de domaine peut ĂŞtre un nom d'hĂ´te. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.test_existence**
**Ligne de commande** :
• --default_params.web_address.test_existence
• --default_params.web_address.no-test_existence
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.TEST_EXISTENCE | Le nom de domaine doit exister. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.allow_ip**
**Ligne de commande** :
• --default_params.web_address.allow_ip
• --default_params.web_address.no-allow_ip
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_IP | Le nom de domaine peut ĂŞtre une IP. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.allow_cidr_network**
**Ligne de commande** :
• --default_params.web_address.allow_cidr_network
• --default_params.web_address.no-allow_cidr_network
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_CIDR_NETWORK | Le nom de domaine peut être un réseau au format CIDR. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.allow_startswith_dot**
**Ligne de commande** :
• --default_params.web_address.allow_startswith_dot
• --default_params.web_address.no-allow_startswith_dot
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_STARTSWITH_DOT | Le nom de domaine peut démarré par un point. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.allow_range**
**Ligne de commande** :
• --default_params.web_address.allow_range
• --default_params.web_address.no-allow_range
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_RANGE | Peut ĂŞtre une plage de port. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.allow_protocol**
**Ligne de commande** :
• --default_params.web_address.allow_protocol
• --default_params.web_address.no-allow_protocol
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_PROTOCOL | Peut avoir le protocole. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.allow_zero**
**Ligne de commande** :
• --default_params.web_address.allow_zero
• --default_params.web_address.no-allow_zero
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_ZERO | Port 0 est autorisé. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.allow_wellknown**
**Ligne de commande** :
• --default_params.web_address.allow_wellknown
• --default_params.web_address.no-allow_wellknown
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_WELLKNOWN | Les ports connus (1 à 1023) sont autorisés. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.allow_registred**
**Ligne de commande** :
• --default_params.web_address.allow_registred
• --default_params.web_address.no-allow_registred
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_REGISTRED | Les ports enregistrés (1024 à 49151) sont autorisés. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | | **default_params.web_address.allow_private**
**Ligne de commande** :
• --default_params.web_address.allow_private
• --default_params.web_address.no-allow_private
**Variable d'environnement** : DEFAULT_PARAMS.WEB_ADDRESS.ALLOW_PRIVATE | Les ports privés (supérieur à 49152) sont autorisés. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | ### Port > [!NOTE] > > **Chemin** : default_params.port\ > `standard` | Variable | Description | Valeur par défaut | Type | Contrôle des accès | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|---------------------|-------------------------------------------------------------------------------------|----------------------| | **default_params.port.allow_range**
**Ligne de commande** :
• --default_params.port.allow_range
• --default_params.port.no-allow_range
**Variable d'environnement** : DEFAULT_PARAMS.PORT.ALLOW_RANGE | Peut ĂŞtre une plage de port. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.port.allow_protocol**
**Ligne de commande** :
• --default_params.port.allow_protocol
• --default_params.port.no-allow_protocol
**Variable d'environnement** : DEFAULT_PARAMS.PORT.ALLOW_PROTOCOL | Peut avoir le protocole. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.port.allow_zero**
**Ligne de commande** :
• --default_params.port.allow_zero
• --default_params.port.no-allow_zero
**Variable d'environnement** : DEFAULT_PARAMS.PORT.ALLOW_ZERO | Port 0 est autorisé. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.port.allow_wellknown**
**Ligne de commande** :
• --default_params.port.allow_wellknown
• --default_params.port.no-allow_wellknown
**Variable d'environnement** : DEFAULT_PARAMS.PORT.ALLOW_WELLKNOWN | Les ports connus (1 à 1023) sont autorisés. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.port.allow_registred**
**Ligne de commande** :
• --default_params.port.allow_registred
• --default_params.port.no-allow_registred
**Variable d'environnement** : DEFAULT_PARAMS.PORT.ALLOW_REGISTRED | Les ports enregistrés (1024 à 49151) sont autorisés. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` | | **default_params.port.allow_private**
**Ligne de commande** :
• --default_params.port.allow_private
• --default_params.port.no-allow_private
**Variable d'environnement** : DEFAULT_PARAMS.PORT.ALLOW_PRIVATE | Les ports privés (supérieur à 49152) sont autorisés. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | `standard` |