From 9612066c2431cc6a6e3e7ed558b464b0b1909ee2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:30 +0200 Subject: Add configure role on arch w/testing --- roles/configure/meta/argument_specs.yml | 13 +++++++++++++ roles/configure/meta/main.yml | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 roles/configure/meta/argument_specs.yml create mode 100644 roles/configure/meta/main.yml (limited to 'roles/configure/meta') diff --git a/roles/configure/meta/argument_specs.yml b/roles/configure/meta/argument_specs.yml new file mode 100644 index 0000000..cd10572 --- /dev/null +++ b/roles/configure/meta/argument_specs.yml @@ -0,0 +1,13 @@ +--- +argument_specs: + main: + options: + configure_playbook_dir: + type: "str" + description: "The path to the configure playbook directory to run when provided" + hostname: + type: "str" + description: "Check hostname variable in role: bootstrap" + mnt_root_path: + type: "str" + description: "Check mnt_root_path fact in role: bootstrap" diff --git a/roles/configure/meta/main.yml b/roles/configure/meta/main.yml new file mode 100644 index 0000000..1599ace --- /dev/null +++ b/roles/configure/meta/main.yml @@ -0,0 +1,14 @@ +--- +dependencies: + - bootstrap +galaxy_info: + role_name: configure + author: a14m + description: "Configure the installed linux distro" + company: "kartoffeln.work GmbH." + license: "license MIT" + min_ansible_version: "2.18" + platforms: + - name: ArchLinux + versions: + - all -- cgit v1.2.3