Improved mac dev station role
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user