mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 14:42:11 +01:00
7 lines
130 B
YAML
7 lines
130 B
YAML
---
|
|
- name: Example Playbook
|
|
hosts: local
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Test connection
|
|
ansible.builtin.ping: |