disable gather_facts globally, give up on facts

mingi 10 eri varianti proovisin ja variandid on:
- üks host läheb 10s, gatherib kõike ja timeoutib zombie mountidega,
  ilmselgelt ei ole ainult cat /proc/cpuinfo
- ei kogu mitte midagi

võin siis juba käsitsi /proc/cpuinfo kallale minna, aga out of time
ja pole hetkel ega mõne aasta jooksul oluline
This commit is contained in:
2025-08-03 13:14:49 +03:00
parent 552f7eebff
commit c8193bcaca
4 changed files with 25 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
---
- name: Checkout secrets
hosts: localhost
gather_facts: false
tasks:
- name: Checkout secrets
ansible.builtin.git: