-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
type: featureNew featureNew feature
Milestone
Description
Consider this hosts.yml:
group1: # host_group
hosts:
host1: # host
ansible_host: 127.0.0.1
ansible_user: root
ansible_port: 2322
_meta:
_auth_type: IdentityAgent
_auth_path: ~/.1password/agent.sock
_aliases: [ "base", "another-alias" ]
_skip: false
Produce following ssh configuration file:
Host host1 base another-alias # group1
HostName 127.0.0.1
User root
Port 2322
IdentityAgent ~/.1password/agent.sock
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: featureNew featureNew feature