Feat: add playbook.yml and a setup script
This commit is contained in:
10
playbook.yml
10
playbook.yml
@@ -1,2 +1,8 @@
|
||||
[pis]
|
||||
pi_node1 ansible_host={{IP}} ansible_user={{USER}} ansible_ssh_private_key_file=~/.ssh/id_rsa
|
||||
- name: Provision Raspberry Pi with Docker, K3s, and Prometheus
|
||||
hosts: pis
|
||||
become: yes
|
||||
|
||||
roles:
|
||||
- docker
|
||||
- k3s
|
||||
- prometheus
|
||||
|
||||
Reference in New Issue
Block a user