Several changes to include SSHing as the proper user with the right key

This commit is contained in:
2025-08-07 13:36:33 -05:00
parent e07d000435
commit 0b0ae30967
4 changed files with 177 additions and 124 deletions

View File

@@ -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'],