Several changes to include SSHing as the proper user with the right key
This commit is contained in:
9
inventory/hosts
Normal file
9
inventory/hosts
Normal file
@@ -0,0 +1,9 @@
|
||||
[local]
|
||||
localhost ansible_connection=local
|
||||
|
||||
[linode:children]
|
||||
# Dynamic groups will be populated by the inventory script
|
||||
|
||||
[all:vars]
|
||||
ansible_user=phlux
|
||||
ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
Reference in New Issue
Block a user