Correct private key path, linode hosts ansible_user set
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 5m2s
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 5m2s
This commit is contained in:
parent
cc7db336bb
commit
5ebaffdba2
@ -38,7 +38,8 @@
|
||||
linode:
|
||||
hosts:
|
||||
"{{ lookup('env', 'TARGET_IP_ADDRESS') }}":
|
||||
ansible_ssh_private_key_file: "{{ lookup('env', 'GITHUB_WORKSPACE') }}/.ssh/act_runner_id-ed25519"
|
||||
ansible_ssh_private_key_file: "{{ lookup('env', 'GITHUB_WORKSPACE') }}/.ssh/id_ed25519"
|
||||
ansible_user: root
|
||||
ansible_connection: ssh
|
||||
service_users:
|
||||
- name: serviceuser1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user