custom-facts: init
This commit is contained in:
parent
a8f0a4c048
commit
23cc76ac06
7 changed files with 45 additions and 0 deletions
9
roles/custom-facts/defaults/main.yml
Normal file
9
roles/custom-facts/defaults/main.yml
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue