9 lines
211 B
INI
9 lines
211 B
INI
[defaults]
|
|
# Use this private key for all SSH connections
|
|
private_key_file = ~/.ssh/id_rsa
|
|
|
|
# Set the default inventory file
|
|
inventory = ./inventory.yaml
|
|
|
|
# Set the default remote user for SSH
|
|
remote_user = root |