Phase 0: Creates zot role with: - Config for pull-through cache (Docker Hub, GHCR, Quay) - mcquack LaunchAgent for service management - Sync registries configured for on-demand caching Binary is built from source at ~/code/3rd/zot (not homebrew). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
228 B
YAML
6 lines
228 B
YAML
---
|
|
- name: Restart zot
|
|
ansible.builtin.shell: |
|
|
launchctl unload ~/Library/LaunchAgents/mcquack.eblume.zot.plist 2>/dev/null || true
|
|
launchctl load ~/Library/LaunchAgents/mcquack.eblume.zot.plist
|
|
changed_when: true
|