From 806607a58675a3f28694602b16762f9cdd5dac60 Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Thu, 18 Jul 2024 22:32:36 +0300 Subject: ansible --- ansible/roles/sourcehut/tasks/main.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ansible/roles/sourcehut/tasks/main.yml (limited to 'ansible/roles/sourcehut/tasks') diff --git a/ansible/roles/sourcehut/tasks/main.yml b/ansible/roles/sourcehut/tasks/main.yml new file mode 100644 index 0000000..047ac06 --- /dev/null +++ b/ansible/roles/sourcehut/tasks/main.yml @@ -0,0 +1,33 @@ +--- +- name: Clone SourceHut repositories + git: + repo: '{{ item }}' + dest: '/opt/sourcehut/{{ item | basename }}' + with_items: + - https://git.sr.ht/~sircmpwn/builds.sr.ht + - https://git.sr.ht/~sircmpwn/dispatch.sr.ht + - https://git.sr.ht/~sircmpwn/git.sr.ht + - https://git.sr.ht/~sircmpwn/hg.sr.ht + - https://git.sr.ht/~sircmpwn/lists.sr.ht + - https://git.sr.ht/~sircmpwn/meta.sr.ht + - https://git.sr.ht/~sircmpwn/mle.sr.ht + - https://git.sr.ht/~sircmpwn/patches.sr.ht + - https://git.sr.ht/~sircmpwn/paste.sr.ht + - https://git.sr.ht/~sircmpwn/todo.sr.ht + +- name: Configure SourceHut services + shell: | + cd /opt/sourcehut/{{ item | basename }} + docker-compose up -d + with_items: + - https://git.sr.ht/~sircmpwn/builds.sr.ht + - https://git.sr.ht/~sircmpwn/dispatch.sr.ht + - https://git.sr.ht/~sircmpwn/git.sr.ht + - https://git.sr.ht/~sircmpwn/hg.sr.ht + - https://git.sr.ht/~sircmpwn/lists.sr.ht + - https://git.sr.ht/~sircmpwn/meta.sr.ht + - https://git.sr.ht/~sircmpwn/mle.sr.ht + - https://git.sr.ht/~sircmpwn/patches.sr.ht + - https://git.sr.ht/~sircmpwn/paste.sr.ht + - https://git.sr.ht/~sircmpwn/todo.sr.ht + -- cgit 1.4.1-2-gfad0