feat: services var

This commit is contained in:
2023-01-15 18:33:56 +01:00
parent 0530a5218d
commit 4fd118fde6
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
- name: Include service variables
include_vars: services.yaml
- name: Install python packages
pip:
name:
@@ -86,9 +89,9 @@
dest: "/etc/systemd/system/{{ item.name }}.service"
with_items:
- { name : "image-factory", path : "/var/www/python-flask-picture-factory" }
- { name : "serien-ampel", path : "/var/www/serien-ampel" }
- { name : "simple-log-server", path : "/var/www/simple-log-server" }
- { name : "soundlib", path : "/var/www/soundlib-interface" }
- { name : "serien-ampel", path : "/var/www/serien-ampel" }
- { name : "simple-log-server", path : "/var/www/simple-log-server" }
- { name : "soundlib", path : "/var/www/soundlib-interface", external_oidc : true }
notify:
- daemon reload