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

@@ -18,5 +18,5 @@
{% endfor %}
[all:vars]
ansible_user=root
ansible_user=phlux
ansible_ssh_common_args='-o StrictHostKeyChecking=no'