Init basic cluster

This commit is contained in:
2025-02-02 22:35:43 +01:00
commit b7a47745ea
20 changed files with 498 additions and 0 deletions

6
ansible/playbook.yml Normal file
View File

@@ -0,0 +1,6 @@
- name: Configure router
hosts: openwrt
remote_user: root
roles:
- ansible-openwrt
- router