continue-on-error: for good vps hygiene, 5m timeout for ssh connection test
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 5m0s
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 5m0s
This commit is contained in:
parent
e03e08f81d
commit
664b12e508
@ -23,6 +23,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
- name: molecule test
|
- name: molecule test
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
export TARGET_IP_ADDRESS=$(tofu output -raw act_worker_ip_address)
|
export TARGET_IP_ADDRESS=$(tofu output -raw act_worker_ip_address)
|
||||||
cd ${{ gitea.workspace}}/podman-host/extensions
|
cd ${{ gitea.workspace}}/podman-host/extensions
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Confirm we can reach
|
- name: Confirm we can reach
|
||||||
command:
|
command:
|
||||||
cmd: "ssh -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
|
cmd: "ssh -o ConnectTimeout=300 -T root@{{ lookup('env', 'TARGET_IP_ADDRESS') }}"
|
||||||
register: isping
|
register: isping
|
||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user