wiki: Update spaceapi
This commit is contained in:
parent
8a8216d78e
commit
e06d4fee00
3 changed files with 6 additions and 6 deletions
|
@ -38,6 +38,6 @@ all:
|
||||||
services:
|
services:
|
||||||
hosts:
|
hosts:
|
||||||
service.bitlair.nl:
|
service.bitlair.nl:
|
||||||
www:
|
wiki:
|
||||||
hosts:
|
hosts:
|
||||||
cyber.bitlair.nl:
|
wiki.bitlair.nl:
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
import_tasks: calendar.yaml
|
import_tasks: calendar.yaml
|
||||||
|
|
||||||
- tags: www_mediawiki
|
- tags: www_mediawiki
|
||||||
include_tasks: mediawiki.yaml
|
import_tasks: mediawiki.yaml
|
||||||
|
|
||||||
- tags: www_mqtt
|
- tags: www_mqtt
|
||||||
include_tasks: mqtt.yaml
|
import_tasks: mqtt.yaml
|
||||||
|
|
||||||
- tags: www_spaceapi
|
- tags: www_spaceapi
|
||||||
include_tasks: spaceapi.yaml
|
import_tasks: spaceapi.yaml
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
- name: Clone spaceapi source
|
- name: Clone spaceapi source
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/bitlair/spaceapi.git
|
repo: https://github.com/bitlair/spaceapi.git
|
||||||
version: master
|
version: main
|
||||||
dest: /opt/spaceapi
|
dest: /opt/spaceapi
|
||||||
accept_hostkey: yes
|
accept_hostkey: yes
|
||||||
notify: restart spaceapi
|
notify: restart spaceapi
|
||||||
|
|
Loading…
Add table
Reference in a new issue