summaryrefslogtreecommitdiffstats
path: root/roles/settings/meta/argument_specs.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:32:07 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:32:07 +0200
commitac7bb521873b59feb43303b4b1d46c37d16ad8b0 (patch)
tree796a4879c1a925908dd03130dec1320060795b72 /roles/settings/meta/argument_specs.yml
parent93326d8c042101c59b969f57b4b9989e3ab7aaeb (diff)
Refactor: move the locales into its own role
Diffstat (limited to 'roles/settings/meta/argument_specs.yml')
-rw-r--r--roles/settings/meta/argument_specs.yml61
1 files changed, 0 insertions, 61 deletions
diff --git a/roles/settings/meta/argument_specs.yml b/roles/settings/meta/argument_specs.yml
index 0ff9459d..0507db86 100644
--- a/roles/settings/meta/argument_specs.yml
+++ b/roles/settings/meta/argument_specs.yml
@@ -6,67 +6,6 @@ argument_specs:
type: "str"
description: "timezone configuration to use"
default: "UTC"
- settings_locales:
- type: "list"
- default: ["de_DE.UTF-8 UTF-8"]
- elements: "str"
- description: "The default locales to generate"
- settings_locales_lang:
- type: "str"
- description: "configuration of LANG="
- default: "de_DE.UTF-8"
- settings_locales_language:
- type: "str"
- description: "configuration of LANGUAGE="
- default: "de_DE.UTF-8:de:C"
- settings_locales_lc_ctype:
- type: "str"
- description: "configuration of LC_CTYPE="
- default: "de_DE.UTF-8"
- settings_locales_lc_numeric:
- type: "str"
- description: "configuration of LC_NUMERIC="
- default: "de_DE.UTF-8"
- settings_locales_lc_time:
- type: "str"
- description: "configuration of LC_TIME="
- default: "de_DE.UTF-8"
- settings_locales_lc_collate:
- type: "str"
- description: "configuration of LC_COLLATE="
- default: "de_DE.UTF-8"
- settings_locales_lc_monetary:
- type: "str"
- description: "configuration of LC_MONETARY="
- default: "de_DE.UTF-8"
- settings_locales_lc_messages:
- type: "str"
- description: "configuration of LC_MESSAGES="
- default: "de_DE.UTF-8"
- settings_locales_lc_paper:
- type: "str"
- description: "configuration of LC_PAPER="
- default: "de_DE.UTF-8"
- settings_locales_lc_name:
- type: "str"
- description: "configuration of LC_NAME="
- default: "de_DE.UTF-8"
- settings_locales_lc_address:
- type: "str"
- description: "configuration of LC_ADDRESS="
- default: "de_DE.UTF-8"
- settings_locales_lc_telephone:
- type: "str"
- description: "configuration of LC_TELEPHONE="
- default: "de_DE.UTF-8"
- settings_locales_lc_measurement:
- type: "str"
- description: "configuration of LC_MEASUREMENT="
- default: "de_DE.UTF-8"
- settings_locales_lc_identification:
- type: "str"
- description: "configuration of LC_IDENTIFICATION="
- default: "de_DE.UTF-8"
settings_pw_policy_enabled:
type: "bool"
description: "Enable password policy"