8 lines
177 B
YAML
8 lines
177 B
YAML
|
---
|
||
|
- name: debug hostname
|
||
|
ansible.builtin.debug:
|
||
|
msg:
|
||
|
- "{{ hostvars[groups['k8s_control'][0]]['ansible_host'] }}"
|
||
|
- "{{ ansible_host }}"
|
||
|
|
||
|
# ['hosts'][0]
|