Files
casa/tests/docker-ansible/workspace/site.yml
2024-09-04 00:55:09 +01:00

10 lines
178 B
YAML

- name: Homesrv01 playbook
hosts: all
tasks:
- name: Ping my hosts
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello world