Files
ansible/playbooks/example.yml
2026-02-13 22:32:03 +01:00

10 lines
179 B
YAML

- name: My first play
hosts: all
tasks:
- name: Ping my hosts
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello World