mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
Example facter module. Look how quick that was.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user