Several changes to include SSHing as the proper user with the right key
This commit is contained in:
@@ -97,6 +97,7 @@ class LinodeInventory:
|
||||
linode_tags = instance.get('tags', [])
|
||||
inventory['_meta']['hostvars'][hostname] = {
|
||||
'ansible_host': primary_ip,
|
||||
'ansible_user': 'phlux', # Set default SSH user
|
||||
'linode_id': instance['id'],
|
||||
'linode_label': instance['label'],
|
||||
'linode_region': instance['region'],
|
||||
|
Reference in New Issue
Block a user