aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sourcehut/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sourcehut/tasks')
-rw-r--r--roles/sourcehut/tasks/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/sourcehut/tasks/main.yml b/roles/sourcehut/tasks/main.yml
new file mode 100644
index 0000000..95eff76
--- /dev/null
+++ b/roles/sourcehut/tasks/main.yml
@@ -0,0 +1,14 @@
+
+# sourcehut ~~ roles/sourcehut/tasks/main.yml
+# configure sourcehut for alpine host
+
+---
+
+- name: enable sourcehut repository
+ shell: |
+ echo "https://mirror.sr.ht/alpine/v3.12/sr.ht" >> /etc/apk/repositories
+ wget -q -O /etc/apk/keys/alpine@sr.ht.rsa.pub https://mirror.sr.ht/alpine/alpine@sr.ht.rsa.pub
+ apk update
+
+- name: download sourcehut base packages
+ shell: echo a
remember that computers suck.