mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 11:08:33 +01:00
feat: move soundlib to kube1 container
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
with_items:
|
||||
- python-flask-picture-factory
|
||||
- simple-log-server
|
||||
- soundlib-interface
|
||||
|
||||
- name: Ensure Ownership to www-data
|
||||
file:
|
||||
@@ -53,7 +52,6 @@
|
||||
with_items:
|
||||
- python-flask-picture-factory
|
||||
- simple-log-server
|
||||
- soundlib-interface
|
||||
|
||||
- name: Deploy OIDC config (config)
|
||||
template:
|
||||
@@ -64,7 +62,6 @@
|
||||
with_items:
|
||||
- python-flask-picture-factory
|
||||
- simple-log-server
|
||||
- soundlib-interface
|
||||
|
||||
- name: SLS Config
|
||||
copy:
|
||||
@@ -82,7 +79,6 @@
|
||||
with_items:
|
||||
- python-flask-picture-factory
|
||||
- simple-log-server
|
||||
- soundlib-interface
|
||||
|
||||
- name: OAuth2Proxy directories
|
||||
file:
|
||||
@@ -92,7 +88,6 @@
|
||||
with_items:
|
||||
- python-flask-picture-factory
|
||||
- simple-log-server
|
||||
- soundlib-interface
|
||||
|
||||
- name: Deploy OAuth2Proxy compose files
|
||||
template:
|
||||
@@ -100,7 +95,6 @@
|
||||
dest: "/opt/oauth2proxy/{{ item }}/docker-compose.yaml"
|
||||
with_items:
|
||||
- simple-log-server
|
||||
- soundlib-interface
|
||||
- python-flask-picture-factory
|
||||
|
||||
- name: Template Systemd Units
|
||||
@@ -112,13 +106,11 @@
|
||||
path : "/var/www/python-flask-picture-factory", external_oidc : true }
|
||||
- { name : "serien-ampel", path : "/var/www/serien-ampel" }
|
||||
- { name : "simple-log-server", path : "/var/www/simple-log-server", external_oidc : true }
|
||||
- { name : "soundlib-interface", path : "/var/www/soundlib-interface", external_oidc : true }
|
||||
notify:
|
||||
- daemon reload
|
||||
- systemctl restart image-factory
|
||||
- systemctl restart serien-ampel
|
||||
- systemctl restart simple-log-server
|
||||
- systemctl restart soundlib-interface
|
||||
|
||||
- meta: flush_handlers
|
||||
|
||||
@@ -127,7 +119,6 @@
|
||||
project_src: /opt/oauth2proxy/{{ item }}/
|
||||
pull: true
|
||||
with_items:
|
||||
- soundlib-interface
|
||||
- simple-log-server
|
||||
- python-flask-picture-factory
|
||||
|
||||
@@ -140,7 +131,6 @@
|
||||
- python-flask-picture-factory
|
||||
- serien-ampel
|
||||
- simple-log-server
|
||||
- soundlib-interface
|
||||
|
||||
- name: event poller cronjob
|
||||
cron:
|
||||
|
||||
Reference in New Issue
Block a user