Skip to content
Snippets Groups Projects
Commit 3eaf7311 authored by r0zehnal0vak's avatar r0zehnal0vak
Browse files

nginx-ingress task

parent f1e95c12
No related branches found
No related tags found
1 merge request!8nginx-ingress task
......@@ -7,4 +7,13 @@
- hosts: localhost
roles:
- modify
\ No newline at end of file
- modify
- hosts: localhost
roles:
- nginx_ingress
# - hosts: localhost
# roles:
# - monitoring
\ No newline at end of file
- name: Add ingress-nginx chart repo
kubernetes.core.helm_repository:
name: nginx-stable
repo_url: "https://helm.nginx.com/stable"
- name: Install Ingress-Nginx chart
kubernetes.core.helm:
kubeconfig: ~/kubernetes-infra-example/ansible/artifacts/admin.conf
name: nginx-ingress
chart_ref: nginx-stable/nginx-ingress
release_namespace: nginx-ingress
create_namespace: true
state: present
wait: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment