20 lines
447 B
YAML
20 lines
447 B
YAML
---
|
|
# Role: smartapp
|
|
# Déploie l'application Smart City
|
|
|
|
- name: Déployer Smart App Web
|
|
kubernetes.core.k8s:
|
|
state: present
|
|
template: smartapp-web.yml.j2
|
|
vars:
|
|
smartapp_namespace: smartapp
|
|
smartapp_domain: smartapp.digitribe.fr
|
|
|
|
- name: Déployer Smart App API
|
|
kubernetes.core.k8s:
|
|
state: present
|
|
template: smartapp-api.yml.j2
|
|
vars:
|
|
smartapp_namespace: smartapp
|
|
smartapp_domain: api-smartapp.digitribe.fr
|