- Created ansible.cfg for configuration settings - Added inventory.yml for host definitions - Implemented bootstrap playbook for Minisforum setup - Developed setup playbook for K3s installation - Defined common role with user and package management tasks - Established K3s server role with configuration and installation tasks - Included Traefik Helm values for ingress management
5 lines
98 B
INI
5 lines
98 B
INI
[defaults]
|
|
inventory = ansible/inventory.yml
|
|
roles_path = ansible/roles
|
|
host_key_checking = False
|