Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

the -vvv option to anisble-playbook? #47

Closed
kern3020 opened this issue May 8, 2013 · 3 comments
Closed

the -vvv option to anisble-playbook? #47

kern3020 opened this issue May 8, 2013 · 3 comments

Comments

@kern3020
Copy link
Contributor

kern3020 commented May 8, 2013

Hello,

A command in the README.md file, refers to a '-vvv' option to the ansible-playbook.

    $ git diff README.md 
    diff --git a/README.md b/README.md
    index ba1371d..46fe36a 100644
    --- a/README.md
    +++ b/README.md
    @@ -168,7 +168,7 @@ playbooks

       ```
       cd playbooks
    -  ansible-playbook  -vvv cloudformation.yml -i inventory.ini  -e 'region=<aws_region> key=<key_name> name=<st
    +  ansible-playbook cloudformation.yml -i inventory.ini  -e 'region=<aws_region> key=<key_name> name=<stack_na
       ```

     * _aws_region_: example: `us-east-1`. Which AWS EC2 region to build stack in.

Is this a typo? When I read the manage for this command for ansible 1.2, I didn't see it. If it is a typo or should it be '-v' or simply omitted?

-jk

@jrbl
Copy link
Contributor

jrbl commented May 9, 2013

You can say -v or -vv or -vvv. Stack them up as deep as you'd like.

On Wed, May 8, 2013 at 4:00 PM, John Kern notifications@github.com wrote:

Hello,

A command in the README.md file, refers to a '-vvv' option to the
ansible-playbook.

$ git diff README.md
diff --git a/README.md b/README.md
index ba1371d..46fe36a 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ playbooks

   ```
   cd playbooks
-  ansible-playbook  -vvv cloudformation.yml -i inventory.ini  -e 'region=<aws_region> key=<key_name> name=<st
+  ansible-playbook cloudformation.yml -i inventory.ini  -e 'region=<aws_region> key=<key_name> name=<stack_na
   ```

 * _aws_region_: example: `us-east-1`. Which AWS EC2 region to build stack in.

Is this a typo? When I read the manage for this command for ansible 1.2, I
didn't see it. If it is a typo or should it be '-v' or simply omitted?

-jk


Reply to this email directly or view it on GitHubhttps://github.com/edx/issues/47
.

@kern3020
Copy link
Contributor Author

kern3020 commented May 9, 2013

Thanks! I see. many APIs use an integer to define the verbosity level. Here they use the number of 'v's. Got it.

@kern3020 kern3020 closed this as completed May 9, 2013
@jarv
Copy link
Contributor

jarv commented May 10, 2013

Yeah that just adds extra verbosity, it's probably overkill.

On Wed, May 8, 2013 at 7:00 PM, John Kern notifications@github.com wrote:

Hello,

A command in the README.md file, refers to a '-vvv' option to the
ansible-playbook.

$ git diff README.md
diff --git a/README.md b/README.md
index ba1371d..46fe36a 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ playbooks

   ```
   cd playbooks
-  ansible-playbook  -vvv cloudformation.yml -i inventory.ini  -e 'region=<aws_region> key=<key_name> name=<st
+  ansible-playbook cloudformation.yml -i inventory.ini  -e 'region=<aws_region> key=<key_name> name=<stack_na
   ```

 * _aws_region_: example: `us-east-1`. Which AWS EC2 region to build stack in.

Is this a typo? When I read the manage for this command for ansible 1.2, I
didn't see it. If it is a typo or should it be '-v' or simply omitted?

-jk


Reply to this email directly or view it on GitHubhttps://github.com/edx/issues/47
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants