mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 16:12:06 +02:00
Example facter module. Look how quick that was.
This commit is contained in:
@@ -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