Custom peervpn role

This commit is contained in:
Paul-Henri Froidmont 2018-07-31 02:33:56 +02:00
parent bc0f0c4894
commit fbab1d084a
22 changed files with 1162 additions and 13 deletions

View file

@ -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 }}"