1
0
IaC/ansible/roles/scratch/tasks/main.yaml

8 lines
177 B
YAML
Raw Normal View History

2022-10-31 09:56:41 -04:00
---
- name: debug hostname
ansible.builtin.debug:
msg:
- "{{ hostvars[groups['k8s_control'][0]]['ansible_host'] }}"
- "{{ ansible_host }}"
# ['hosts'][0]