wiki: Update spaceapi

This commit is contained in:
polyfloyd 2024-06-24 20:21:03 +02:00
parent 8a8216d78e
commit e06d4fee00
3 changed files with 6 additions and 6 deletions

View file

@ -38,6 +38,6 @@ all:
services:
hosts:
service.bitlair.nl:
www:
wiki:
hosts:
cyber.bitlair.nl:
wiki.bitlair.nl:

View file

@ -3,10 +3,10 @@
import_tasks: calendar.yaml
- tags: www_mediawiki
include_tasks: mediawiki.yaml
import_tasks: mediawiki.yaml
- tags: www_mqtt
include_tasks: mqtt.yaml
import_tasks: mqtt.yaml
- tags: www_spaceapi
include_tasks: spaceapi.yaml
import_tasks: spaceapi.yaml

View file

@ -2,7 +2,7 @@
- name: Clone spaceapi source
git:
repo: https://github.com/bitlair/spaceapi.git
version: master
version: main
dest: /opt/spaceapi
accept_hostkey: yes
notify: restart spaceapi