mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Custom peervpn role
This commit is contained in:
parent
bc0f0c4894
commit
fbab1d084a
22 changed files with 1162 additions and 13 deletions
|
|
@ -20,6 +20,7 @@
|
|||
- group:k8s
|
||||
- group:k8s_master
|
||||
- group:k8s_etcd
|
||||
- fact:index:{{ item }}
|
||||
- env:{{ k8s_scw_environment }}
|
||||
loop: "{{ range(1,k8s_scw_master_nodes_count+1)|list }}"
|
||||
|
||||
|
|
@ -36,6 +37,7 @@
|
|||
tags:
|
||||
- group:k8s
|
||||
- group:k8s_worker
|
||||
- fact:index:{{ item }}
|
||||
- env:{{ k8s_scw_environment }}
|
||||
loop: "{{ range(1,k8s_scw_worker_nodes_count+1)|list }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue