fix copy kubeconfig files
This commit is contained in:
parent
4eee20f63f
commit
11d0273ac1
@ -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 }}"
|
||||||
|
|
||||||
|
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user