Created
April 29, 2015 21:10
-
-
Save epower/a1128b646766661e1c4b to your computer and use it in GitHub Desktop.
ubuntu stats gathering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get install python-pip -y | |
sudo pip install ansible | |
ansible -m setup all -i localhost, --connection=local >> stats.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment