You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- name: send daily greeting to claude
|
|
hosts: dell
|
|
gather_facts: true
|
|
vars_files:
|
|
- ../vault_vars/qnap-vault.yml
|
|
roles:
|
|
- role: ../roles/claude_daily_greeting
|