This commit is contained in:
parent
4870960b45
commit
720cd70e4f
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue