summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/meta/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:33:29 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:33:29 +0200
commit3cc7bb4b415e758786ed04d3b506031cd9f1971b (patch)
tree2e60192ae61fca19022d9e1b3075edf75e06fe61 /roles/bootstrap/meta/main.yml
parentaeaa724705363ca104ab4770d844e396795af3ea (diff)
Add the bootstrap role to install archlinux w/testing
Diffstat (limited to 'roles/bootstrap/meta/main.yml')
-rw-r--r--roles/bootstrap/meta/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/bootstrap/meta/main.yml b/roles/bootstrap/meta/main.yml
new file mode 100644
index 0000000..0e12b9a
--- /dev/null
+++ b/roles/bootstrap/meta/main.yml
@@ -0,0 +1,14 @@
+---
+dependencies:
+ - partition
+galaxy_info:
+ role_name: bootstarp
+ author: a14m
+ description: "Install the linux distro on partitioned drive using pacstrap or debootstrap"
+ company: "kartoffeln.work GmbH."
+ license: "license MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: ArchLinux
+ versions:
+ - all