43 lines
856 B
YAML
43 lines
856 B
YAML
---
|
|
|
|
- name: Import ircbot
|
|
ansible.builtin.import_tasks:
|
|
file: ircbot.yaml
|
|
tags:
|
|
- services_ircbot
|
|
|
|
- name: Import services_discord_bot
|
|
ansible.builtin.import_tasks:
|
|
file: discord_bot.yaml
|
|
tags:
|
|
- services_discord_bot
|
|
|
|
- name: Import siahsd
|
|
ansible.builtin.import_tasks:
|
|
file: siahsd.yaml
|
|
tags:
|
|
- services_siahsd
|
|
|
|
- name: Import spacestated
|
|
ansible.builtin.import_tasks:
|
|
file: spacestated.yaml
|
|
tags:
|
|
- services_spacestated
|
|
|
|
- name: Import mastodon_spacestate.yaml
|
|
ansible.builtin.import_tasks:
|
|
file: mastodon_spacestate.yaml
|
|
tags:
|
|
- services_mastodon_spacestate
|
|
|
|
- name: import wifi_mqtt
|
|
ansible.builtin.import_tasks:
|
|
file: wifi_mqtt.yaml
|
|
tags:
|
|
- services_wifi_mqtt
|
|
|
|
- name: Import power_mqt
|
|
ansible.builtin.import_tasks:
|
|
file: power_mqtt.yaml
|
|
tags:
|
|
- services_power_mqtt
|