mirror of https://github.com/ansible/ansible.git
Example facter module. Look how quick that was.
parent
145a024d7b
commit
631ac37843
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
# things that must be installed to use this
|
||||||
|
# facter
|
||||||
|
# ruby-json
|
||||||
|
|
||||||
|
/usr/bin/facter --json
|
Loading…
Reference in New Issue