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