Files
cloudy/ansible/playbook.yaml
T

11 lines
181 B
YAML

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