Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
host_info.yml 336 B
---
- hosts: "{{ host_list }}"
  remote_user: "{{ my_user }}"

  tasks:
    - name: ANSIBLE | host Info
      debug:
        msg: "{{ ansible_host }}	{{ ansible_fqdn }}	- {{ ansible_distribution }} {{ ansible_distribution_release }} v{{ ansible_distribution_version }} / {{ ansible_processor[2] }} / {{ ansible_devices.keys() | max }}"