Skip to content
Snippets Groups Projects
Commit eb9e29bc authored by František Dvořák's avatar František Dvořák
Browse files

Partial support multi-master kubernetes

parent eca8383d
No related branches found
No related tags found
No related merge requests found
- name: EOSC accounting deployment - name: EOSC accounting deployment
hosts: master hosts: master[0]
become: true become: true
tasks: tasks:
- name: Configure helm repo - name: Configure helm repo
......
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
- name: K8s customization - name: K8s customization
hosts: master hosts: master[0]
become: true become: true
tasks: tasks:
- name: Wait for helm - name: Wait for helm
......
--- ---
- name: Notebooks deployments - name: Notebooks deployments
hosts: master hosts: master[0]
become: true become: true
tasks: tasks:
- name: Configure helm repo - name: Configure helm repo
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
# For GELF: add self_signed.crt to authorized client certificates directory. # For GELF: add self_signed.crt to authorized client certificates directory.
# #
- name: Fluent Bit Configuration - name: Fluent Bit Configuration
hosts: master hosts: master[0]
become: true become: true
vars: vars:
namespace: fluent-bit namespace: fluent-bit
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# * deepfence_key (required) # * deepfence_key (required)
# #
- name: Deepfence ThreadManager Agent Deployment - name: Deepfence ThreadManager Agent Deployment
hosts: master hosts: master[0]
become: true become: true
vars: vars:
namespace: deepfence namespace: deepfence
......
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