docs: update claude setup
refactor: Move some things to roles refactor: fix some linting
This commit is contained in:
10
roles/openclaw/tasks/main.yml
Normal file
10
roles/openclaw/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Configure security (UFW, Tailscale, Docker)
|
||||
ansible.builtin.include_tasks: security.yml
|
||||
|
||||
- name: Install OpenClaw
|
||||
ansible.builtin.include_tasks: install.yml
|
||||
|
||||
- name: Configure Signal channel
|
||||
ansible.builtin.include_tasks: signal.yml
|
||||
when: openclaw_signal_enabled | bool
|
||||
Reference in New Issue
Block a user