Files
homelab/glusterfs/ansible/setup_galery.yml
Benedikt Penner 742878febe change target host
2026-03-15 00:42:04 +01:00

14 lines
234 B
YAML

---
- hosts: bastion
gather_facts: true
become: false
tasks:
- name: Run hostname -a
command: hostname -a
register: hostname_out
- name: Show hostname output
debug:
var: hostname_out.stdout