From 20b2d74c404102740b63a0efc723f1ad60073cc9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 3 Nov 2025 23:05:10 +0100 Subject: Add dotfiles setup role w/testing --- roles/dotfiles/meta/argument_specs.yml | 14 ++++++++++++++ roles/dotfiles/meta/main.yml | 20 ++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 roles/dotfiles/meta/argument_specs.yml create mode 100644 roles/dotfiles/meta/main.yml (limited to 'roles/dotfiles/meta') diff --git a/roles/dotfiles/meta/argument_specs.yml b/roles/dotfiles/meta/argument_specs.yml new file mode 100644 index 00000000..699cfe19 --- /dev/null +++ b/roles/dotfiles/meta/argument_specs.yml @@ -0,0 +1,14 @@ +--- +argument_specs: + main: + short_description: "Configure dotfile repo" + description: "Configure dotfile repo" + options: + dotfiles_repo_url: + type: "str" + description: "The dotfiles git repo URL" + required: true + dotfiles_setup_script: + type: "str" + description: "The dotfiles setup script" + required: true diff --git a/roles/dotfiles/meta/main.yml b/roles/dotfiles/meta/main.yml new file mode 100644 index 00000000..110e20f8 --- /dev/null +++ b/roles/dotfiles/meta/main.yml @@ -0,0 +1,20 @@ +--- +dependencies: + - role: "git" + - role: "stow" +galaxy_info: + author: "a14m" + description: "Configure dotfiles repo" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" -- cgit v1.2.3