gather_facts

This commit is contained in:
2023-10-18 15:29:30 +02:00
parent dfc20d7e5e
commit 08e1f406d3
7 changed files with 5012 additions and 0 deletions

6
gather_facts.yml Normal file
View File

@@ -0,0 +1,6 @@
- hosts: "{{ target }}"
gather_facts: true
remote_user: pi
roles:
- gather-facts