ansible-learning/playbook.yml

9 lines
225 B
YAML
Raw Normal View History

2023-08-22 15:48:17 +02:00
- name: Name of play -> my first play
hosts: freebsd_machines
tasks:
- name: Ping my host
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello world from freebsd