Skip to content

Commit

Permalink
feat: Implement generic ping playbook
Browse files Browse the repository at this point in the history
For testing managed node availability.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Sep 7, 2024
1 parent 935a9a6 commit fc53400
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbooks/ping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- name: Ensure that the managed nodes are accessible
hosts: all
tasks:
- name: Ensure that the managed nodes are accessible
ansible.builtin.ping:

0 comments on commit fc53400

Please sign in to comment.