ansibletest/playbook.yaml

10 lines
182 B
YAML
Raw Normal View History

2023-03-18 00:06:52 +05:30
- name: My first play
hosts: ansibletest
tasks:
- name: Ping my hosts
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello world