mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
8 lines
119 B
YAML
8 lines
119 B
YAML
---
|
|
- hosts: all
|
|
tasks: [ ]
|
|
- hosts: k8s_kubectl
|
|
become: yes
|
|
roles:
|
|
- role: kubectl
|
|
tags: role-kubectl
|