mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Move kubectl config into a specific playbook and fix certs path
This commit is contained in:
parent
c19e9410f8
commit
436d31433f
9 changed files with 29 additions and 25 deletions
8
playbooks/kubectl-config.yml
Normal file
8
playbooks/kubectl-config.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
tasks: [ ]
|
||||
- hosts: k8s_kubectl
|
||||
become: yes
|
||||
roles:
|
||||
- role: kubectl
|
||||
tags: role-kubectl
|
||||
Loading…
Add table
Add a link
Reference in a new issue