mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:48:32 +01:00
feat: services var
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user