summaryrefslogtreecommitdiffstats
path: root/roles/settings/meta
diff options
context:
space:
mode:
Diffstat (limited to 'roles/settings/meta')
-rw-r--r--roles/settings/meta/argument_specs.yml55
-rw-r--r--roles/settings/meta/main.yml19
2 files changed, 0 insertions, 74 deletions
diff --git a/roles/settings/meta/argument_specs.yml b/roles/settings/meta/argument_specs.yml
deleted file mode 100644
index 0507db86..00000000
--- a/roles/settings/meta/argument_specs.yml
+++ /dev/null
@@ -1,55 +0,0 @@
----
-argument_specs:
- main:
- options:
- settings_timezone:
- type: "str"
- description: "timezone configuration to use"
- default: "UTC"
- settings_pw_policy_enabled:
- type: "bool"
- description: "Enable password policy"
- default: true
- settings_pw_policy_difok:
- type: "int"
- description: "The number of differences between new and old password"
- default: 0
- settings_pw_policy_minlen:
- type: "int"
- description: "Min password length"
- default: 8
- settings_pw_policy_dcredit:
- type: "int"
- description: "Num of digits required in password"
- default: 0
- settings_pw_policy_ucredit:
- type: "int"
- description: "Num of uppercase chars required in password"
- default: 0
- settings_pw_policy_ocredit:
- type: "int"
- description: "Num of special chars required in password"
- default: 0
- settings_pw_policy_lcredit:
- type: "int"
- description: "Num of lowercase chars required in password"
- default: 0
- settings_pw_policy_minclass:
- type: "int"
- description: "Num of required classes (upper/lower/digit/special) chars required in password"
- default: 0
- settings_pw_policy_maxrepeat:
- type: "int"
- description: "Num of allowed repeats in password"
- default: 0
- settings_pw_policy_maxclassrepeat:
- type: "int"
- description: "Maximum number of consecutive class repeats in password"
- default: 0
- settings_pw_policy_gecoscheck:
- type: "int"
- description: |
- If nonzero, check whether the individual words longer than 3 characters from the
- passwd GECOS field of the user are contained in the new password.
- The default is 0 which means that this check is disabled.
- default: 0
diff --git a/roles/settings/meta/main.yml b/roles/settings/meta/main.yml
deleted file mode 100644
index d8070386..00000000
--- a/roles/settings/meta/main.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-dependencies: []
-galaxy_info:
- role_name: settings
- author: a14m
- description: "Configure the linux distro settings"
- company: "kartoffeln.work GmbH."
- license: "license MIT"
- min_ansible_version: "2.18"
- platforms:
- - name: ArchLinux
- versions:
- - all
- - name: Ubuntu
- versions:
- - noble
- - name: Debian
- versions:
- - bookworm