This commit is contained in:
2024-10-08 08:45:19 +02:00
parent e0f124661d
commit c8549b6142
18 changed files with 135 additions and 21 deletions

View File

@@ -1,12 +1,3 @@
- name: Show info
debug:
msg:
user: "{{ ansible_user }}"
home: "{{ ansible_env.HOME }}"
distribution: "{{ ansible_distribution }}"
family: "{{ ansible_os_family}}"
arch: "{{ ansible_architecture }}"
- name: Setting host facts
tags: always
ansible.builtin.set_fact: