Files
ansible-playbooks/matt-capture.yaml
2025-09-14 13:10:34 -07:00

12 lines
158 B
YAML

---
- name: Matt Profile Capture
hosts: all
become: yes
roles:
- { role: cosmos_init, vars: {"gather_only": "true" } }
- matt_capture
...