mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Example facter module. Look how quick that was.
This commit is contained in:
parent
145a024d7b
commit
631ac37843
1 changed files with 7 additions and 0 deletions
7
library/facter
Normal file
7
library/facter
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
# things that must be installed to use this
|
||||||
|
# facter
|
||||||
|
# ruby-json
|
||||||
|
|
||||||
|
/usr/bin/facter --json
|
Loading…
Add table
Reference in a new issue