Skip to content

Ansible scripts for k3s cluster

Notifications You must be signed in to change notification settings

Selecro/ansible-k3s-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Summary:

  • ansible.cfg: Contains Ansible configuration settings.
  • inventory/: Contains inventory files that list hosts and groups.
  • group_vars/: Holds variables that apply to groups of hosts.
  • host_vars/: Stores host-specific variables.
  • roles/: Contains reusable roles for different tasks (e.g., web server configuration).
  • playbooks/: Playbooks that execute tasks and roles.
  • scripts/: Helper scripts for automating tasks.
  • README.md: Provides documentation for your Ansible setup.

This structure ensures that your Ansible setup is modular, easy to scale, and maintainable as the project grows.