diff options
| author | Seth Vidal <skvidal@fedoraproject.org> | 2012-11-06 18:51:35 +0000 |
|---|---|---|
| committer | Seth Vidal <skvidal@fedoraproject.org> | 2012-11-06 18:52:32 +0000 |
| commit | 926411ab7f876c021aafb93602940ebec4e450dd (patch) | |
| tree | 420477e626a86329954f44464ec7142a67ebc5f4 /scripts | |
| parent | 052ae8c6fd8b9ea94dd61efb6f0202a38eba2ab1 (diff) | |
| download | ansible-926411ab7f876c021aafb93602940ebec4e450dd.tar.gz ansible-926411ab7f876c021aafb93602940ebec4e450dd.tar.xz ansible-926411ab7f876c021aafb93602940ebec4e450dd.zip | |
move my-describe-instances to 'describe-instances' and update docs
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/README | 4 | ||||
| -rwxr-xr-x | scripts/describe-instances (renamed from scripts/my-describe-instances) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/README b/scripts/README index 52c52ec14..4f0e34a08 100644 --- a/scripts/README +++ b/scripts/README @@ -1,12 +1,12 @@ executable scripts to use ansible on the system -my-describe-instances is to get a simple list of all the instances under an +describe-instances is to get a simple list of all the instances under an account in the eucalyptus cloudlet. normal invocation: -sudo -i watch /srv/web/infra/ansible/scripts/my-describe-instances +sudo -i watch /srv/web/infra/ansible/scripts/describe-instances so you can see it update/change diff --git a/scripts/my-describe-instances b/scripts/describe-instances index d3679a6ed..d3679a6ed 100755 --- a/scripts/my-describe-instances +++ b/scripts/describe-instances |
