Raspberry Pi群集配置 这是我的树莓派集群GitOps配置 目录结构 ├── argo/ ├── ├──example_cluster/ │ │ ├── bootstrap/ │ │ ├── infrastructure/ │ │ └── apps/ ├── ansible/ │ ├── common.yaml │ ├── k3s.yaml │ ├── group_vars │ │ ├── nodes.yaml │ │ └── maters.yaml │ ├── host_vars │ └── node01.yaml └── bootstrap/ ├── firstboot.sh └── bootstrap.env # os bootstrap service config example 操作系统引导