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