Files
demolamp/roles/demolamp/tasks/main.yml
2024-02-20 17:24:14 +08:00

8 lines
159 B
YAML

---
- name: show remote host
debug:
msg: "the remote server is {{ ansible_host }}"
- name: show vars of this playbook
debug:
msg: "{{ greeting }}"