custom-facts: init

This commit is contained in:
Josh Lay 2025-07-27 13:28:23 -05:00
parent a8f0a4c048
commit 23cc76ac06
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec
7 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
# defaults file for 'custom-facts' role
custom_facts:
- name: amdgpu.fact
mode: '0755' # executable script
- name: os.fact
mode: '0755'
- name: tuned.fact
mode: '0755'