Private key check using HOME env var, reach test output cleanup
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 4m52s
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 4m52s
This commit is contained in:
parent
5ebaffdba2
commit
4430880f8f
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
msg: |
|
msg: |
|
||||||
"{{ isping.failed }}"
|
isping.failed: "{{ isping.failed }}"
|
||||||
|
|
||||||
- name: Fail if instance is not running
|
- name: Fail if instance is not running
|
||||||
when: isping.failed
|
when: isping.failed
|
||||||
@ -37,8 +37,9 @@
|
|||||||
children:
|
children:
|
||||||
linode:
|
linode:
|
||||||
hosts:
|
hosts:
|
||||||
"{{ lookup('env', 'TARGET_IP_ADDRESS') }}":
|
testlinode:
|
||||||
ansible_ssh_private_key_file: "{{ lookup('env', 'GITHUB_WORKSPACE') }}/.ssh/id_ed25519"
|
ansible_host: "{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
|
||||||
|
ansible_ssh_private_key_file: "{{ lookup('env', 'HOME') }}/.ssh/id_ed25519"
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
ansible_connection: ssh
|
ansible_connection: ssh
|
||||||
service_users:
|
service_users:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user