server/test.yml
Alex A. Naanou 7023982a1e ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-07-06 17:16:47 +03:00

14 lines
228 B
YAML

---
- name: Hello World
gather_facts: false
hosts: all
tasks:
- name: Display the config
debug:
msg: "The hostname is {{ ansible_net_hostname }} and the OS is {{ ansible_net_version }}"