Improved mac dev station role

This commit is contained in:
2026-07-05 20:55:48 +02:00
parent ebbb1254fb
commit 3063561832
8 changed files with 232 additions and 0 deletions
@@ -84,3 +84,10 @@ macos_dev_station_mcp_installers: []
# Legacy ad-hoc hook kept for backward compatibility.
macos_dev_station_mcp_bootstrap_commands: []
macos_dev_station_manage_launchd: true
# SSH agent
macos_dev_station_ssh_agent_enabled: false
macos_dev_station_ssh_agent_keys:
- "{{ macos_dev_station_service_home }}/.ssh/id_ed25519"
macos_dev_station_ssh_agent_passphrase: "{{ lookup('env', 'SSH_KEY_PASSPHRASE', default='') }}"
macos_dev_station_ssh_agent_socket: "{{ macos_dev_station_service_home }}/.ssh/ssh-agent.sock"