SculptOpsSculptOps/Library/Ping & Hello
← Back to library

Ping & Hello

Minimal playbook that checks connectivity and prints a greeting.

demoping
playbook.yml
---
- name: Ping and greet hosts
  hosts: all
  gather_facts: false
  tasks:
    - name: Verify connectivity
      ansible.builtin.ping:

    - name: Print a welcome message
      ansible.builtin.debug:
        msg: "Hello from SculptOps community library !"

Info

Downloads0
Ansible2.14
UpdatedJun 10, 2026