Added all

This commit is contained in:
2026-05-27 11:50:52 +02:00
parent afbe9fafee
commit aaae16f141

View File

@@ -1,4 +1,8 @@
---
- hosts: all
tasks:
- command: hostname
- name: get server hostname
command: hostname
- name: Debug hostname
ansible.builtin.debug:
var: ansible_facts['hostname']