terraform script add

This commit is contained in:
ByeonJungHun
2023-10-19 16:35:47 +09:00
commit 65f305d107
947 changed files with 81629 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: Create Nginx Ingress Controller deployment
kubernetes.core.helm:
kubeconfig: "{{ role_path }}/files/kubeconfig"
name: "{{item}}"
release_name: "{{item}}"
release_namespace: "{{item}}"
chart_ref: "{{ role_path }}/files/{{item}}"
create_namespace: yes
release_state: present
with_items:
- nginx-ingress