diff options
| author | doteast <ali.elkhalidi@gmail.com> | 2016-03-01 19:31:52 +0000 |
|---|---|---|
| committer | doteast <ali.elkhalidi@gmail.com> | 2016-03-01 19:32:28 +0000 |
| commit | ea50d55562a4877537d64af146a3ad7d57f3d297 (patch) | |
| tree | f897ad1da34a65e8a1be0db63009f5d85336e2ae /scripts | |
| parent | dc1e4d4036cee445e506147141efd1e69f0bf100 (diff) | |
| download | ansible-ea50d55562a4877537d64af146a3ad7d57f3d297.tar.gz ansible-ea50d55562a4877537d64af146a3ad7d57f3d297.tar.xz ansible-ea50d55562a4877537d64af146a3ad7d57f3d297.zip | |
prolog it
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/vhost-info.v2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/vhost-info.v2 b/scripts/vhost-info.v2 index 892d18e8c..471f160df 100755 --- a/scripts/vhost-info.v2 +++ b/scripts/vhost-info.v2 @@ -1,4 +1,9 @@ #!/usr/bin/python2 +# by skvidal +# ported by doteast to ansible 2.0 +# gplv2+ +# print out the ACTUAL freemem - not overcommitted value + import sys from collections import namedtuple |
