mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
6 lines
122 B
YAML
6 lines
122 B
YAML
- hosts: kube-master[0]
|
|
gather_facts: no
|
|
roles:
|
|
- role: k8s-manifests
|
|
- role: k8s-utils
|
|
tags: ["utils"]
|