Skip to content

Commit d04f32e

Browse files
committed
fix
1 parent 562f38f commit d04f32e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

infrastructure/server-setup/inventory/demo-prod.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ all:
4242
role: admin
4343
ssh_keys:
4444
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINgMcsSBwTE0EbMDRSF1T4vJDcN/5HAjKGbi2DqV7g/Q vmudryi@opencrvs.org
45-
45+
- name: alise
46+
state: present
47+
role: admin
48+
ssh_keys:
49+
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINgMcsSBwTE0EbMDRSF1T4vJDcN/5HAjKGbi2DqV7g/Q vmudryi@opencrvs.org
4650
children:
4751
master:
4852
hosts:

infrastructure/server-setup/k8s.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
include_tasks: tasks/k8s/kube-api-add-extra-sans.yml
8888
- name: Distribute kubeconfig into users directory
8989
include_tasks: tasks/k8s/user-kubeconfig.yml
90+
apply:
91+
tags:
92+
- users
93+
tags:
94+
- users
9095
- name: Setup Kubernetes Cluster UFW
9196
hosts: master, workers
9297
become: yes

0 commit comments

Comments
 (0)