Move a few things over from GitHub
Some checks failed
Test / build (push) Failing after 54s

This commit is contained in:
polyfloyd 2025-04-29 17:50:18 +02:00
parent 4870960b45
commit 720cd70e4f
6 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@
- name: Clone source - name: Clone source
ansible.builtin.git: ansible.builtin.git:
repo: https://github.com/bitlair/discord-bot.git repo: https://git.bitlair.nl/bitlair/discord-bot.git
version: main version: main
dest: /var/lib/discord-bot dest: /var/lib/discord-bot
accept_hostkey: yes accept_hostkey: yes

View file

@ -7,7 +7,7 @@
- name: Clone source - name: Clone source
ansible.builtin.git: ansible.builtin.git:
repo: https://github.com/bitlair/mastodon-spacestate.git repo: https://git.bitlair.nl/bitlair/mastodon-spacestate.git
version: main version: main
dest: /var/lib/mastodon-spacestate dest: /var/lib/mastodon-spacestate
accept_hostkey: yes accept_hostkey: yes

View file

@ -21,7 +21,7 @@
- name: Clone source - name: Clone source
ansible.builtin.git: ansible.builtin.git:
repo: https://github.com/bitlair/spacestated.git repo: https://git.bitlair.nl/bitlair/spacestated.git
version: main version: main
dest: /var/lib/spacestated/spacestated dest: /var/lib/spacestated/spacestated
accept_hostkey: yes accept_hostkey: yes

View file

@ -8,7 +8,7 @@
- name: Clone source - name: Clone source
ansible.builtin.git: ansible.builtin.git:
repo: https://github.com/bitlair/wifi-mqtt.git repo: https://git.bitlair.nl/bitlair/wifi-mqtt.git
version: main version: main
dest: /var/lib/wifi-mqtt dest: /var/lib/wifi-mqtt
accept_hostkey: yes accept_hostkey: yes

View file

@ -5,7 +5,7 @@
- name: Clone source - name: Clone source
ansible.builtin.git: ansible.builtin.git:
repo: https://github.com/bitlair/calendar-parser.git repo: https://git.bitlair.nl/bitlair/wiki-calendar-exporter.git
version: main version: main
dest: /usr/local/src/bitlair-calendar dest: /usr/local/src/bitlair-calendar
accept_hostkey: yes accept_hostkey: yes

View file

@ -1,7 +1,7 @@
--- ---
- name: Clone spaceapi source - name: Clone spaceapi source
ansible.builtin.git: ansible.builtin.git:
repo: https://github.com/bitlair/spaceapi.git repo: https://git.bitlair.nl/bitlair/spaceapi.git
version: main version: main
dest: /opt/spaceapi dest: /opt/spaceapi
accept_hostkey: true accept_hostkey: true