diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-09 00:23:04 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:47:00 +0100 |
| commit | 399826fd634e47134feb919b0ee0805035475fc4 (patch) | |
| tree | 4222cb37b1a60a56795155a0e8a7c82a140b8dd9 /roles/password_store/meta | |
| parent | 8dfbe7c57da01ed63fd059f57b8c02102ad80720 (diff) | |
Add password_store role
Diffstat (limited to 'roles/password_store/meta')
| -rw-r--r-- | roles/password_store/meta/argument_specs.yml | 10 | ||||
| -rw-r--r-- | roles/password_store/meta/main.yml | 19 |
2 files changed, 29 insertions, 0 deletions
diff --git a/roles/password_store/meta/argument_specs.yml b/roles/password_store/meta/argument_specs.yml new file mode 100644 index 00000000..4626f0d8 --- /dev/null +++ b/roles/password_store/meta/argument_specs.yml @@ -0,0 +1,10 @@ +--- +argument_specs: + main: + short_description: "Configure pass for unix (password store)" + description: "Configure pass for unix (password store)" + options: + password_store_repo_url: + type: "str" + description: "The password store git repo URL" + required: true diff --git a/roles/password_store/meta/main.yml b/roles/password_store/meta/main.yml new file mode 100644 index 00000000..7dc74b37 --- /dev/null +++ b/roles/password_store/meta/main.yml @@ -0,0 +1,19 @@ +--- +dependencies: + - role: "git" +galaxy_info: + author: "a14m" + description: "Configure pass for unix (password store)" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
