deploy-image #4

Merged
v4l3n71n merged 14 commits from deploy-image into master 2022-12-18 17:50:21 +00:00
15 changed files with 279 additions and 24 deletions
Showing only changes of commit 11d0273ac1 - Show all commits

View File

@@ -8,7 +8,7 @@
- name: Copy backend k8s yaml - name: Copy backend k8s yaml
template: template:
src: "{{ item }}.tf.j2" src: "{{ item }}.yaml.j2"
dest: "{{ project_backend }}/{{ item }}.yaml" dest: "{{ project_backend }}/{{ item }}.yaml"
with_items: "{{ backend_yaml }}" with_items: "{{ backend_yaml }}"

View File

@@ -10,6 +10,10 @@
import_tasks: kubeconfig.yml import_tasks: kubeconfig.yml
tags: ["create-cluster", "kubeconfig"] tags: ["create-cluster", "kubeconfig"]
- name: Deploy a API backend
import_tasks: deploy-backend.yml
tags: ["deploy-api"]
- name: Destroy cluster k8s scaleway via terraform - name: Destroy cluster k8s scaleway via terraform
import_tasks: destroy-cluster.yml import_tasks: destroy-cluster.yml
tags: ["destroy-cluster"] tags: ["destroy-cluster"]