This changes makes it easier to differentiate and understand the different parts of the kubernetes setup. On one hand we have the bare infrastructure (servers, network, etc), on the other hand we have the software (k3s in this case). In the future we'll have a few more parts, like the minimal configuration of the kubernetes cluster, e.g. with a cert-manager. This is easier to manage with helm or terraform than with ansible. Therefore it makes even more sense to split the responsibilities into dedicated directories.
5 lines
92 B
YAML
5 lines
92 B
YAML
collections:
|
|
- name: https://github.com/k3s-io/k3s-ansible.git
|
|
type: git
|
|
version: 1.0.1
|