8 lines
159 B
YAML
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 }}"
|