k3s-io / k3s-ansible

Apache License 2.0
1.89k stars 780 forks source link

feat add custom registries_config_yaml for private-registry #319

Closed dreamingdeer closed 3 months ago

dreamingdeer commented 3 months ago

Changes

Add registries_config_yaml value contain registries.yaml for /etc/rancher/k3s/registries.yaml

Linked Issues

Closes #318

dereknola commented 3 months ago

Please fix lint:

./inventory-sample.yml
 Error: 39:62 [new-line-at-end-of-file] no new line character at the end of file

All yaml must have a newline at end of file.

dreamingdeer commented 3 months ago

Please fix lint:

./inventory-sample.yml
 Error: 39:62 [new-line-at-end-of-file] no new line character at the end of file

All yaml must have a newline at end of file.

Fixed