Files
ansible-quickstart/ansible/playbooks/example.yml
Jamie Helmke 792f4a7f82 Initial commit
2025-10-30 21:36:38 +01:00

7 lines
130 B
YAML

---
- name: Example Playbook
hosts: local
gather_facts: false
tasks:
- name: Test connection
ansible.builtin.ping: