summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/getting_started/yaml/first_playbook.yaml
blob: dd0ef63f0b3dda3137d57a95f7ae614f1a20dc2f (plain)
1
2
3
4
5
6
7
8
- name: My first play
  hosts: virtualmachines
  tasks:
   - name: Ping my hosts
     ansible.builtin.ping:
   - name: Print message
     ansible.builtin.debug:
       msg: Hello world