morz-infoboard/ansible/site.yml

7 lines
246 B
YAML

- name: Placeholder deployment entrypoint
hosts: all
gather_facts: false
tasks:
- name: Show target host placeholder
ansible.builtin.debug:
msg: "Placeholder fuer spaeteres signage deployment auf {{ inventory_hostname }}"