initial push
This commit is contained in:
13
roles/pallxk.code_server/tasks/tests.yml
Normal file
13
roles/pallxk.code_server/tasks/tests.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Test connectivity locally
|
||||
wait_for:
|
||||
port: "{{ code_server_port }}"
|
||||
timeout: 15
|
||||
|
||||
- name: Test connectivity remotely
|
||||
wait_for:
|
||||
host: "{{ inventory_hostname }}"
|
||||
port: "{{ code_server_port }}"
|
||||
timeout: 15
|
||||
delegate_to: localhost
|
||||
ignore_errors: yes
|
||||
Reference in New Issue
Block a user