Move kubectl config into a specific playbook and fix certs path

This commit is contained in:
Paul-Henri Froidmont 2018-08-02 22:24:33 +02:00
parent c19e9410f8
commit 436d31433f
9 changed files with 29 additions and 25 deletions

1
playbooks/group_vars Symbolic link
View file

@ -0,0 +1 @@
../group_vars

1
playbooks/host_vars Symbolic link
View file

@ -0,0 +1 @@
../host_vars

View file

@ -0,0 +1,8 @@
---
- hosts: all
tasks: [ ]
- hosts: k8s_kubectl
become: yes
roles:
- role: kubectl
tags: role-kubectl

1
playbooks/roles Symbolic link
View file

@ -0,0 +1 @@
../roles